me
/
guix
Archived
1
0
Fork 0

gnu: radare2: Remove pointless configure flag.

* gnu/packages/engineering.scm (radare2)[arguments]: Remove unrecognised
‘--without-nonpic’ from #:configure-flags.
master
Tobias Geerinckx-Rice 2020-05-25 20:51:02 +02:00
parent 4fa75903fc
commit b5c6264188
No known key found for this signature in database
GPG Key ID: 0DB0FF884F556D79
1 changed files with 2 additions and 2 deletions

View File

@ -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