changeset 1184:02911b528211

lib/boost: enable static libraries
author David Demelier <markand@malikania.fr>
date Fri, 25 Oct 2019 20:10:00 +0200
parents 30f54c0cf378
children 6ac8b545df56
files lib/boost/boost.sh
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/lib/boost/boost.sh	Fri Oct 25 20:10:00 2019 +0200
+++ b/lib/boost/boost.sh	Fri Oct 25 20:10:00 2019 +0200
@@ -22,7 +22,7 @@
 PKGLICENSE="BOOST"
 PKGSUMMARY="peer-reviewed C++ libraries"
 PKGDOWNLOAD="https://dl.bintray.com/boostorg/release/$PKGVERSION/source/${PKGNAME}_$_VERSION.tar.gz"
-PKGDEPENDS="bzip2 xz zlib zstd "
+PKGDEPENDS="bzip2 xz zlib zstd"
 PKGOPTIONS="ICU PYTHON"
 
 : ${CXX:=clang++}
@@ -85,7 +85,7 @@
 		--user-config=user-config.jam \
 		--layout=system \
 		--prefix=$DESTDIR \
-		link=shared \
+		link=static,shared \
 		debug-symbols=off \
 		runtime-link=shared \
 		threading=multi \