2
0

libjson-c's upstream still has build issues, switch back to our fork.

This commit is contained in:
Maarten Billemont
2017-09-03 15:48:43 -04:00
parent 6904d4c427
commit 63100913c5
4 changed files with 8 additions and 8 deletions

View File

@@ -17,7 +17,7 @@ mkdir -p "$prefix"
export CFLAGS="-arch x86_64 -isysroot $SDKROOT -mmacosx-version-min=${MACOSX_DEPLOYMENT_TARGET:-10.8} -O2 -g $CFLAGS" # -flto
export LDFLAGS="-arch x86_64 -isysroot $SDKROOT -mmacosx-version-min=${MACOSX_DEPLOYMENT_TARGET:-10.8} $LDFLAGS" # -flto
export CPPFLAGS="$CFLAGS $CPPFLAGS"
[[ -e Makefile ]] && make -s really-clean
[[ -e Makefile ]] && make -s clean
./configure --disable-shared --prefix="$prefix"
make -j3 check
make -j3 install