libmysqlclient: use system zlib

This commit is contained in:
Tony Theodore 2015-10-06 20:31:01 +11:00
parent cdaeec0c6d
commit b3031707bd
1 changed files with 1 additions and 0 deletions

View File

@ -32,6 +32,7 @@ define $(PKG)_BUILD
-DHAVE_GCC_ATOMIC_BUILTINS=1 \
-DDISABLE_SHARED=1 \
-DENABLE_DTRACE=OFF \
-DWITH_ZLIB=system \
'$(1)'
$(MAKE) -C '$(1).build' -j '$(JOBS)' VERBOSE=1
$(MAKE) -C '$(1).build' -j 1 install VERBOSE=1