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
|
(arguments
|
||||||
`(#:test-target "test"
|
`(#:test-target "test"
|
||||||
#:make-flags
|
#:make-flags
|
||||||
(list (string-append "INSTALL_DIR=" (assoc-ref %outputs "out")))
|
(list (string-append "INSTALL_DIR=" (assoc-ref %outputs "out"))
|
||||||
|
"CCFLAGS=-fPIC")
|
||||||
#:phases
|
#:phases
|
||||||
(modify-phases %standard-phases
|
(modify-phases %standard-phases
|
||||||
(delete 'configure) ;no configure script
|
(delete 'configure) ;no configure script
|
||||||
|
|
Loading…
Reference in New Issue