gnu: radare2: Remove pointless configure flag.
authorTobias Geerinckx-Rice <me@tobias.gr>
Mon, 25 May 2020 18:51:02 +0000 (20:51 +0200)
committerTobias Geerinckx-Rice <me@tobias.gr>
Mon, 25 May 2020 22:19:40 +0000 (00:19 +0200)
* gnu/packages/engineering.scm (radare2)[arguments]: Remove unrecognised
‘--without-nonpic’ from #:configure-flags.

gnu/packages/engineering.scm

index 07f4d0c..6628a45 100644 (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