openswan: do not use -fPIE for static builds
authorVicente Olivert Riera <Vincent.Riera@imgtec.com>
Thu, 5 Mar 2015 09:22:17 +0000 (09:22 +0000)
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Thu, 5 Mar 2015 22:32:17 +0000 (23:32 +0100)
commitecdcd55eb5a39815ea3b4737bae37c41d89cef36
tree95ace881108d1b00bc9063ce1310bbb5e7401561
parent61d3b3a1736a775f17477dab48e87a59f52776fc
openswan: do not use -fPIE for static builds

-fPIE produces shared objects, and shared objects need "/lib/ld.so"
which won't be present on a statically built target. So, building
openswan with -static -fPIE is invalid and will fail with an error like
this one:

/br/output/host/opt/ext-toolchain/bin/../lib/gcc/mipsel-ctng-linux-uclibc/4.8.2/../../../../mipsel-ctng-linux-uclibc/bin/ld:
/br/output/host/usr/mipsel-buildroot-linux-uclibc/sysroot/usr/lib/libgmp.a(lt2-add.o):
relocation R_MIPS_HI16 against `__gnu_local_gp' can not be used when
making a shared object; recompile with -fPIC

Fixes:

  http://autobuild.buildroot.net/results/68b/68b2211cc7acfbdfed8d4b161cbdaf1429315017/

Signed-off-by: Vicente Olivert Riera <Vincent.Riera@imgtec.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
package/openswan/openswan.mk