gnu: ratpoints: Generate position-independent code.
* gnu/packages/algebra.scm (ratpoints): Add "CCFLAGS=-fPIC" to make flags.
This commit is contained in:
parent
e6eafd4277
commit
468bfd13a0
@ -1353,7 +1353,8 @@ multiplication algorithm.")
|
||||
(arguments
|
||||
`(#:test-target "test"
|
||||
#:make-flags
|
||||
(list (string-append "INSTALL_DIR=" (assoc-ref %outputs "out")))
|
||||
(list (string-append "INSTALL_DIR=" (assoc-ref %outputs "out"))
|
||||
"CCFLAGS=-fPIC")
|
||||
#:phases
|
||||
(modify-phases %standard-phases
|
||||
(delete 'configure) ;no configure script
|
||||
|
Loading…
Reference in New Issue
Block a user