[boost] Build boost with zlib support

This commit is contained in:
Manuel Massing 2016-11-21 11:43:23 +01:00
parent 7969392738
commit 8e911397c5
2 changed files with 5 additions and 0 deletions

View File

@ -1,3 +1,4 @@
Source: boost
Version: 1.62-6
Description: Peer-reviewed portable C++ source libraries
Build-Depends: zlib

View File

@ -31,6 +31,10 @@ endif()
message(STATUS "Bootstrapping done")
set(B2_OPTIONS
-sZLIB_BINARY=zlib
-sZLIB_INCLUDE="${CURRENT_INSTALLED_DIR}\\include"
-sZLIB_LIBPATH="${CURRENT_INSTALLED_DIR}\\lib"
-sNO_BZIP2=1
-j$ENV{NUMBER_OF_PROCESSORS}
--debug-configuration
--hash