From 8e911397c5a7e9796714431e9f87787dfd234fcc Mon Sep 17 00:00:00 2001 From: Manuel Massing Date: Mon, 21 Nov 2016 11:43:23 +0100 Subject: [boost] Build boost with zlib support --- ports/boost/CONTROL | 1 + ports/boost/portfile.cmake | 4 ++++ 2 files changed, 5 insertions(+) diff --git a/ports/boost/CONTROL b/ports/boost/CONTROL index 57dfe58e3..8f5fcbb39 100644 --- a/ports/boost/CONTROL +++ b/ports/boost/CONTROL @@ -1,3 +1,4 @@ Source: boost Version: 1.62-6 Description: Peer-reviewed portable C++ source libraries +Build-Depends: zlib diff --git a/ports/boost/portfile.cmake b/ports/boost/portfile.cmake index 7cc0d60b0..5b488c697 100644 --- a/ports/boost/portfile.cmake +++ b/ports/boost/portfile.cmake @@ -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 -- cgit v1.2.3