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

This commit is contained in:
Martin Willi 2013-04-26 14:32:32 +02:00
parent 6f8c626b81
commit 4204d1d71a
1 changed files with 2 additions and 0 deletions

View File

@ -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",