charon-xpc: Avoid -all_load linker flag
This seems to be not required anymore with the LLVM 5 toolchain.
This commit is contained in:
@@ -25,7 +25,6 @@ the charon-xpc tarball with:
|
|||||||
Before building the Xcode project, the strongSwan base tree must be built using
|
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:
|
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" \
|
CFLAGS="-O2 -Wall -Wno-format -Wno-pointer-sign" \
|
||||||
./configure --enable-monolithic --disable-shared --enable-static \
|
./configure --enable-monolithic --disable-shared --enable-static \
|
||||||
--disable-defaults \
|
--disable-defaults \
|
||||||
|
|||||||
Reference in New Issue
Block a user