mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-25 05:48:07 -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
|
||||
`(#: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 a new issue