mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-13 06:36:37 -05:00
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
1 changed files with 2 additions and 1 deletions
|
@ -1353,7 +1353,8 @@ (define-public ratpoints
|
||||||
(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 a new issue