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 =
recipe = slapos.recipe.cmmi
shared = true
url = https://fossies.org/linux/misc/bzip2-1.0.8.tar.gz
md5sum = 67e051268d0c475ea773822f7500d0e5
md5sum = 67e051268d0c475ea773822f7500d0e5
configure-command = true
make-options =
PREFIX=@@LOCATION@@
......
......@@ -16,14 +16,13 @@ filename = imap-2007f.tar.gz
md5sum = 2126fd125ea26b73b20f01fcd5940369
configure-command = true
# cclient does not support parallel compilation
make-options =
make-options =
slx
SSLTYPE=unix
SSLDIR=${openssl:location}
SSLCRYPTO=-lcrypto
IP=6
SSLLIB=${openssl:location}/lib
EXTRACFLAGS=-fPIC
EXTRALDFLAGS="-Wl,-rpath -Wl,${openssl:location}/lib"
PREFIX=%(location)s
-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