mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-25 22:08:16 -05:00
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
1 changed files with 2 additions and 1 deletions
|
@ -1488,7 +1488,8 @@ (define-public opendoas
|
|||
#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…
Reference in a new issue