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 @@ 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 a new issue