guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

branch master updated: gnu: opendoas: Don't pass unused target to ./conf


From: guix-commits
Subject: branch master updated: gnu: opendoas: Don't pass unused target to ./configure.
Date: Sat, 30 May 2020 19:54:57 -0400

This is an automated email from the git hooks/post-receive script.

nckx pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new b378297  gnu: opendoas: Don't pass unused target to ./configure.
b378297 is described below

commit b378297798ce207a47d348788785266b0047db68
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Sun May 31 01:53:33 2020 +0200

    gnu: opendoas: Don't pass unused target to ./configure.
    
    * gnu/packages/admin.scm (opendoas)[arguments]: Remove ‘--target=…’ from
    the #:configure-flags for now.
---
 gnu/packages/admin.scm | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/gnu/packages/admin.scm b/gnu/packages/admin.scm
index 0bc1d16..2bd1922 100644
--- a/gnu/packages/admin.scm
+++ b/gnu/packages/admin.scm
@@ -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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]