guix-commits
[Top][All Lists]
Advanced

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

23/26: gnu: radare2: Remove pointless configure flag.


From: guix-commits
Subject: 23/26: gnu: radare2: Remove pointless configure flag.
Date: Mon, 25 May 2020 18:20:05 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit b5c6264188e8071a2ee521eb0257b3d9d34bffeb
Author: Tobias Geerinckx-Rice <address@hidden>
AuthorDate: Mon May 25 20:51:02 2020 +0200

    gnu: radare2: Remove pointless configure flag.
    
    * gnu/packages/engineering.scm (radare2)[arguments]: Remove unrecognised
    ‘--without-nonpic’ from #:configure-flags.
---
 gnu/packages/engineering.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/engineering.scm b/gnu/packages/engineering.scm
index 07f4d0c..6628a45 100644
--- a/gnu/packages/engineering.scm
+++ b/gnu/packages/engineering.scm
@@ -1364,8 +1364,8 @@ bindings for Python, Java, OCaml and more.")
              (mkdir-p (string-append (assoc-ref %outputs "out") "/lib"))
              #t)))
        #:configure-flags
-       (list "--with-sysmagic" "--with-syszip" "--with-openssl"
-             "--without-nonpic" "--with-rpath" "--with-syscapstone")
+       (list "--with-sysmagic" "--with-syszip" "--with-syscapstone"
+             "--with-openssl" "--with-rpath")
        #:make-flags
        (list "CC=gcc")))
     (inputs



reply via email to

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