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"))
|
||||
#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
|
||||
|
|
Reference in New Issue