aboutsummaryrefslogtreecommitdiffstats
path: root/src/frontends/osx
diff options
context:
space:
mode:
authorMartin Willi <martin@revosec.ch>2013-10-28 14:40:49 +0100
committerMartin Willi <martin@revosec.ch>2013-10-28 14:51:59 +0100
commit9f2a4d3315e4e8534c719aa61b75da2ca316c4bb (patch)
tree9d21d07180ad3b527afbfe44c0af8e718f4e0ce8 /src/frontends/osx
parentf5ea7d781fc75fc48a8bfbaa0ca824e68027bd26 (diff)
downloadstrongswan-9f2a4d3315e4e8534c719aa61b75da2ca316c4bb.tar.bz2
strongswan-9f2a4d3315e4e8534c719aa61b75da2ca316c4bb.tar.xz
charon-xpc: Disable warnings about deprecated functions
This avoids all the deprecated warnings when using OpenSSL functins.
Diffstat (limited to 'src/frontends/osx')
-rw-r--r--src/frontends/osx/README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/frontends/osx/README.md b/src/frontends/osx/README.md
index eacec57e9..8ad7e439f 100644
--- a/src/frontends/osx/README.md
+++ b/src/frontends/osx/README.md
@@ -25,7 +25,7 @@ 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:
- CFLAGS="-O2 -Wall -Wno-format -Wno-pointer-sign" \
+ CFLAGS="-O2 -Wall -Wno-format -Wno-pointer-sign -Wno-deprecated-declarations" \
./configure --enable-monolithic --disable-shared --enable-static \
--disable-defaults \
--enable-openssl --enable-kernel-libipsec --enable-kernel-pfroute \