From 9f2a4d3315e4e8534c719aa61b75da2ca316c4bb Mon Sep 17 00:00:00 2001 From: Martin Willi Date: Mon, 28 Oct 2013 14:40:49 +0100 Subject: [PATCH] charon-xpc: Disable warnings about deprecated functions This avoids all the deprecated warnings when using OpenSSL functins. --- src/frontends/osx/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 \