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:
Tobias Geerinckx-Rice 2020-05-31 01:53:33 +02:00
parent b40ba288f1
commit b378297798
No known key found for this signature in database
GPG key ID: 0DB0FF884F556D79

View file

@ -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