xpc: allow easy copy & pase of ./configure instructions
This commit is contained in:
@@ -23,7 +23,7 @@ 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 -L/opt/local/lib" \
|
LDFLAGS="-all_load -L/opt/local/lib" \
|
||||||
CFLAGS="-idirafter /opt/local/include -O2 -Wall -Wno-format -Wno-pointer-sign"
|
CFLAGS="-idirafter /opt/local/include -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 \
|
||||||
--enable-openssl --enable-kernel-pfkey --enable-kernel-pfroute \
|
--enable-openssl --enable-kernel-pfkey --enable-kernel-pfroute \
|
||||||
|
|||||||
Reference in New Issue
Block a user