gnu: radare2: Remove pointless configure flag.
* gnu/packages/engineering.scm (radare2)[arguments]: Remove unrecognised ‘--without-nonpic’ from #:configure-flags.master
parent
4fa75903fc
commit
b5c6264188
|
@ -1364,8 +1364,8 @@ bindings for Python, Java, OCaml and more.")
|
||||||
(mkdir-p (string-append (assoc-ref %outputs "out") "/lib"))
|
(mkdir-p (string-append (assoc-ref %outputs "out") "/lib"))
|
||||||
#t)))
|
#t)))
|
||||||
#:configure-flags
|
#:configure-flags
|
||||||
(list "--with-sysmagic" "--with-syszip" "--with-openssl"
|
(list "--with-sysmagic" "--with-syszip" "--with-syscapstone"
|
||||||
"--without-nonpic" "--with-rpath" "--with-syscapstone")
|
"--with-openssl" "--with-rpath")
|
||||||
#:make-flags
|
#:make-flags
|
||||||
(list "CC=gcc")))
|
(list "CC=gcc")))
|
||||||
(inputs
|
(inputs
|
||||||
|
|
Reference in New Issue