From 36c8593b16f626293b9a18bef585acc0baab15d0 Mon Sep 17 00:00:00 2001 From: Cem Keylan Date: Sat, 18 Apr 2020 23:59:37 +0300 Subject: boost: build with shared objects --- community/boost/build | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/community/boost/build b/community/boost/build index 16d829bd..1eac2fea 100755 --- a/community/boost/build +++ b/community/boost/build @@ -1,5 +1,5 @@ #!/bin/sh -e ./bootstrap.sh --prefix="$1/usr" -./b2 stage threading=multi link=static -./b2 install threading=multi link=static +./b2 stage threading=multi +./b2 install threading=multi -- cgit v1.2.3