mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-26 14:28:15 -05:00
gnu: radare2: Remove pointless configure flag.
* gnu/packages/engineering.scm (radare2)[arguments]: Remove unrecognised ‘--without-nonpic’ from #:configure-flags.
This commit is contained in:
parent
4fa75903fc
commit
b5c6264188
1 changed files with 2 additions and 2 deletions
|
@ -1364,8 +1364,8 @@ (define-public radare2
|
|||
(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
|
||||
|
|
Loading…
Reference in a new issue