mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2026-04-24 03:00:35 +02:00
gnu: symmetrica: Generate position-independent code.
* gnu/packages/algebra.scm (symmetrica): Add -fPIC compiler flag.
This commit is contained in:
@@ -1400,7 +1400,7 @@ by using an optimized quadratic sieve algorithm.")
|
||||
(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 _
|
||||
|
||||
Reference in New Issue
Block a user