xpc: use non-inlining variant of vstr, compiler does not like it

This commit is contained in:
Martin Willi
2013-07-18 12:17:54 +02:00
parent 6f8c626b81
commit 4204d1d71a
@@ -206,6 +206,7 @@
OTHER_CFLAGS = ( OTHER_CFLAGS = (
"-include", "-include",
../../../config.h, ../../../config.h,
"-DVSTR_COMPILE_INLINE=0",
); );
OTHER_LDFLAGS = ( OTHER_LDFLAGS = (
"-lcrypto", "-lcrypto",
@@ -256,6 +257,7 @@
OTHER_CFLAGS = ( OTHER_CFLAGS = (
"-include", "-include",
../../../config.h, ../../../config.h,
"-DVSTR_COMPILE_INLINE=0",
); );
OTHER_LDFLAGS = ( OTHER_LDFLAGS = (
"-lcrypto", "-lcrypto",