charon-xpc: Avoid -all_load linker flag

This seems to be not required anymore with the LLVM 5 toolchain.
This commit is contained in:
Martin Willi
2013-10-28 14:51:51 +01:00
parent a1c2ed8820
commit f5ea7d781f
-1
View File
@@ -25,7 +25,6 @@ the charon-xpc tarball with:
Before building the Xcode project, the strongSwan base tree must be built using
a monolithic and static build. This can be achieved on OS X by using:
LDFLAGS="-all_load" \
CFLAGS="-O2 -Wall -Wno-format -Wno-pointer-sign" \
./configure --enable-monolithic --disable-shared --enable-static \
--disable-defaults \