From 00678a92ae8454198b696ce1b623ec40de232457 Mon Sep 17 00:00:00 2001 From: Karen Arutyunov Date: Mon, 14 Oct 2019 16:19:49 +0300 Subject: Add config.bin.lib=shared to configurations created by build scripts --- build.sh | 2 ++ 1 file changed, 2 insertions(+) (limited to 'build.sh') diff --git a/build.sh b/build.sh index 7c977cd..1995932 100755 --- a/build.sh +++ b/build.sh @@ -306,6 +306,7 @@ run cd .. run build2/build2/b-boot $verbose configure \ config.cxx="$cxx" \ +config.bin.lib=shared \ config.bin.suffix=-stage \ config.bin.rpath="$conf_rpath" \ config.install.root="$idir" \ @@ -331,6 +332,7 @@ run bpkg-stage $verbose create \ cc \ config.cxx="$cxx" \ config.cc.coptions="$*" \ +config.bin.lib=shared \ config.bin.rpath="$conf_rpath" \ config.install.root="$idir" \ config.install.sudo="$conf_sudo" -- cgit v1.1