aboutsummaryrefslogtreecommitdiff
path: root/ports/boost
diff options
context:
space:
mode:
authoratkawa7 <atkawa7@yahoo.com>2017-06-02 06:54:40 -0700
committeratkawa7 <atkawa7@yahoo.com>2017-06-02 06:54:40 -0700
commit308e1fe79392b3db57bb7579e95568cc250357a4 (patch)
treed70631c22dfac06db510fba97b709ef3447403a0 /ports/boost
parentb81c419c601c3c07e4c78b91119f2217481df159 (diff)
parent3ebcdd384b58ff5d5f92996a6eb2e9fed0be1710 (diff)
downloadvcpkg-308e1fe79392b3db57bb7579e95568cc250357a4.tar.gz
vcpkg-308e1fe79392b3db57bb7579e95568cc250357a4.zip
Merge https://github.com/Microsoft/vcpkg
Diffstat (limited to 'ports/boost')
-rw-r--r--ports/boost/CONTROL2
-rw-r--r--ports/boost/portfile.cmake3
2 files changed, 4 insertions, 1 deletions
diff --git a/ports/boost/CONTROL b/ports/boost/CONTROL
index ec2e77ffa..964665b96 100644
--- a/ports/boost/CONTROL
+++ b/ports/boost/CONTROL
@@ -1,4 +1,4 @@
Source: boost
-Version: 1.64-4
+Version: 1.64-5
Description: Peer-reviewed portable C++ source libraries
Build-Depends: zlib, bzip2
diff --git a/ports/boost/portfile.cmake b/ports/boost/portfile.cmake
index 79c2f02da..b8d56ee90 100644
--- a/ports/boost/portfile.cmake
+++ b/ports/boost/portfile.cmake
@@ -221,6 +221,9 @@ file(
file(APPEND ${CURRENT_PACKAGES_DIR}/include/boost/config/user.hpp
"\n#define BOOST_ALL_NO_LIB\n"
)
+file(APPEND ${CURRENT_PACKAGES_DIR}/include/boost/config/user.hpp
+ "\n#undef BOOST_ALL_DYN_LINK\n"
+)
if (VCPKG_LIBRARY_LINKAGE STREQUAL dynamic)
file(APPEND ${CURRENT_PACKAGES_DIR}/include/boost/config/user.hpp