gnu: opendoas: Don't pass unused target to ./configure.
* gnu/packages/admin.scm (opendoas)[arguments]: Remove ‘--target=…’ from the #:configure-flags for now.
This commit is contained in:
parent
b40ba288f1
commit
b378297798
@ -1488,7 +1488,8 @@ commands and their arguments.")
|
||||
#t)))
|
||||
#:configure-flags
|
||||
(list (string-append "--prefix=" (assoc-ref %outputs "out"))
|
||||
(string-append "--target=" (or ,(%current-target-system) ""))
|
||||
;; Nothing is done with this value (yet?) but it's supported.
|
||||
;; (string-append "--target=" (or ,(%current-target-system) ""))
|
||||
"--with-timestamp")
|
||||
;; Compiler choice is not carried over from the configure script.
|
||||
#:make-flags
|
||||
|
Loading…
x
Reference in New Issue
Block a user