diff options
author | Martin Willi <martin@revosec.ch> | 2013-10-28 13:38:44 +0100 |
---|---|---|
committer | Martin Willi <martin@revosec.ch> | 2013-10-28 14:51:03 +0100 |
commit | 3e40dbb128079d6cb4ba84c4335e6963da52a171 (patch) | |
tree | 5544fb5617d827c506c5db9cc20ca9bfb1227a54 /src/frontends/osx/strongSwan.xcodeproj/project.pbxproj | |
parent | 6a3cfbdc0df472f191bdd72b3007dffda883ac12 (diff) | |
download | strongswan-3e40dbb128079d6cb4ba84c4335e6963da52a171.tar.bz2 strongswan-3e40dbb128079d6cb4ba84c4335e6963da52a171.tar.xz |
charon-xpc: Don’t build against libvstr anymore
We now have our own printf backend and use it instead of Vstr.
Diffstat (limited to 'src/frontends/osx/strongSwan.xcodeproj/project.pbxproj')
-rw-r--r-- | src/frontends/osx/strongSwan.xcodeproj/project.pbxproj | 10 |
1 files changed, 2 insertions, 8 deletions
diff --git a/src/frontends/osx/strongSwan.xcodeproj/project.pbxproj b/src/frontends/osx/strongSwan.xcodeproj/project.pbxproj index 61f632980..3b77d2552 100644 --- a/src/frontends/osx/strongSwan.xcodeproj/project.pbxproj +++ b/src/frontends/osx/strongSwan.xcodeproj/project.pbxproj @@ -209,12 +209,12 @@ CODE_SIGN_IDENTITY = "Joe Developer"; GCC_WARN_64_TO_32_BIT_CONVERSION = NO; GCC_WARN_ABOUT_POINTER_SIGNEDNESS = NO; + GCC_WARN_TYPECHECK_CALLS_TO_PRINTF = NO; HEADER_SEARCH_PATHS = ( /usr/include, ../../libstrongswan, ../../libcharon, ../../libhydra, - /opt/local/include, ); INFOPLIST_FILE = "charon-xpc/charon-xpc-Info.plist"; INSTALL_PATH = /; @@ -223,16 +223,13 @@ ../../libstrongswan/.libs, ../../libcharon/.libs, ../../libhydra/.libs, - /opt/local/lib, ); OTHER_CFLAGS = ( "-include", ../../../config.h, - "-DVSTR_COMPILE_INLINE=0", ); OTHER_LDFLAGS = ( "-lcrypto", - /opt/local/lib/libvstr.a, "-force_load", ../../libstrongswan/.libs/libstrongswan.a, "-force_load", @@ -263,12 +260,12 @@ COPY_PHASE_STRIP = YES; GCC_WARN_64_TO_32_BIT_CONVERSION = NO; GCC_WARN_ABOUT_POINTER_SIGNEDNESS = NO; + GCC_WARN_TYPECHECK_CALLS_TO_PRINTF = NO; HEADER_SEARCH_PATHS = ( /usr/include, ../../libstrongswan, ../../libcharon, ../../libhydra, - /opt/local/include, ); INFOPLIST_FILE = "charon-xpc/charon-xpc-Info.plist"; INSTALL_PATH = /; @@ -277,16 +274,13 @@ ../../libstrongswan/.libs, ../../libcharon/.libs, ../../libhydra/.libs, - /opt/local/lib, ); OTHER_CFLAGS = ( "-include", ../../../config.h, - "-DVSTR_COMPILE_INLINE=0", ); OTHER_LDFLAGS = ( "-lcrypto", - /opt/local/lib/libvstr.a, "-force_load", ../../libstrongswan/.libs/libstrongswan.a, "-force_load", |