Commit 4ea86329 authored by Léo-Paul Géneau's avatar Léo-Paul Géneau 👾

Remove fPIC flag

See !1587 about `fPIC` flag removal.
parent 3ba38a18
...@@ -6,7 +6,7 @@ parts = ...@@ -6,7 +6,7 @@ parts =
recipe = slapos.recipe.cmmi recipe = slapos.recipe.cmmi
shared = true shared = true
url = https://fossies.org/linux/misc/bzip2-1.0.8.tar.gz url = https://fossies.org/linux/misc/bzip2-1.0.8.tar.gz
md5sum = 67e051268d0c475ea773822f7500d0e5 md5sum = 67e051268d0c475ea773822f7500d0e5
configure-command = true configure-command = true
make-options = make-options =
PREFIX=@@LOCATION@@ PREFIX=@@LOCATION@@
......
...@@ -16,14 +16,13 @@ filename = imap-2007f.tar.gz ...@@ -16,14 +16,13 @@ filename = imap-2007f.tar.gz
md5sum = 2126fd125ea26b73b20f01fcd5940369 md5sum = 2126fd125ea26b73b20f01fcd5940369
configure-command = true configure-command = true
# cclient does not support parallel compilation # cclient does not support parallel compilation
make-options = make-options =
slx slx
SSLTYPE=unix SSLTYPE=unix
SSLDIR=${openssl:location} SSLDIR=${openssl:location}
SSLCRYPTO=-lcrypto SSLCRYPTO=-lcrypto
IP=6 IP=6
SSLLIB=${openssl:location}/lib SSLLIB=${openssl:location}/lib
EXTRACFLAGS=-fPIC
EXTRALDFLAGS="-Wl,-rpath -Wl,${openssl:location}/lib" EXTRALDFLAGS="-Wl,-rpath -Wl,${openssl:location}/lib"
PREFIX=%(location)s PREFIX=%(location)s
-j1 -j1
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment