From 4204d1d71a9495f57acc37aeeb913fdd5828408f Mon Sep 17 00:00:00 2001 From: Martin Willi Date: Fri, 26 Apr 2013 14:32:32 +0200 Subject: [PATCH] xpc: use non-inlining variant of vstr, compiler does not like it --- src/frontends/osx/strongSwan.xcodeproj/project.pbxproj | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/frontends/osx/strongSwan.xcodeproj/project.pbxproj b/src/frontends/osx/strongSwan.xcodeproj/project.pbxproj index eedc804e5..88ee1fb49 100644 --- a/src/frontends/osx/strongSwan.xcodeproj/project.pbxproj +++ b/src/frontends/osx/strongSwan.xcodeproj/project.pbxproj @@ -206,6 +206,7 @@ OTHER_CFLAGS = ( "-include", ../../../config.h, + "-DVSTR_COMPILE_INLINE=0", ); OTHER_LDFLAGS = ( "-lcrypto", @@ -256,6 +257,7 @@ OTHER_CFLAGS = ( "-include", ../../../config.h, + "-DVSTR_COMPILE_INLINE=0", ); OTHER_LDFLAGS = ( "-lcrypto",