nckx pushed a commit to branch master
in repository guix.
commit b5c6264188e8071a2ee521eb0257b3d9d34bffeb
Author: Tobias Geerinckx-Rice <[email protected]>
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