From: Martin Willi Date: Wed, 26 Jun 2013 08:37:19 +0000 (+0200) Subject: xpc: allow easy copy & pase of ./configure instructions X-Git-Tag: 5.1.0rc1~25^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b9c47eae0668ea0c736bdbd1564631d82ab76763;p=thirdparty%2Fstrongswan.git xpc: allow easy copy & pase of ./configure instructions --- diff --git a/src/frontends/osx/README.md b/src/frontends/osx/README.md index 98cd7221b1..bd24cce1bc 100644 --- a/src/frontends/osx/README.md +++ b/src/frontends/osx/README.md @@ -22,15 +22,15 @@ needed to run the built App. 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 -L/opt/local/lib" \ - CFLAGS="-idirafter /opt/local/include -O2 -Wall -Wno-format -Wno-pointer-sign" - ./configure --enable-monolithic --disable-shared --enable-static \ - --disable-defaults \ - --enable-openssl --enable-kernel-pfkey --enable-kernel-pfroute \ - --enable-eap-mschapv2 --enable-eap-identity --enable-nonce \ - --enable-random --enable-pkcs1 --enable-pem --enable-socket-default \ - --enable-xauth-generic --enable-keychain --enable-charon \ - --enable-ikev1 --enable-ikev2 + LDFLAGS="-all_load -L/opt/local/lib" \ + CFLAGS="-idirafter /opt/local/include -O2 -Wall -Wno-format -Wno-pointer-sign" \ + ./configure --enable-monolithic --disable-shared --enable-static \ + --disable-defaults \ + --enable-openssl --enable-kernel-pfkey --enable-kernel-pfroute \ + --enable-eap-mschapv2 --enable-eap-identity --enable-nonce \ + --enable-random --enable-pkcs1 --enable-pem --enable-socket-default \ + --enable-xauth-generic --enable-keychain --enable-charon \ + --enable-ikev1 --enable-ikev2 followed by calling make (no need to make install).