mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-12 14:16:55 -05:00
gnu: symmetrica: Generate position-independent code.
* gnu/packages/algebra.scm (symmetrica): Add -fPIC compiler flag.
This commit is contained in:
parent
c68ec87ca7
commit
e6eafd4277
1 changed files with 1 additions and 1 deletions
|
@ -1400,7 +1400,7 @@ (define-public symmetrica
|
|||
(add-after 'unpack 'fix-makefile
|
||||
(lambda _
|
||||
(substitute* "makefile"
|
||||
(("cc -c") "gcc -c"))
|
||||
(("cc -c") "gcc -c -fPIC"))
|
||||
#t))
|
||||
(add-after 'fix-makefile 'turn-off-banner
|
||||
(lambda _
|
||||
|
|
Loading…
Reference in a new issue