From 8b5553c9773302a297d349a9dc981dd90b73a6be Mon Sep 17 00:00:00 2001 From: Robin Gareus Date: Thu, 7 Sep 2017 00:45:29 +0200 Subject: Deploy dynamically loaded NSS libs with OSX bundles --- tools/osx_packaging/osx_build | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'tools/osx_packaging') diff --git a/tools/osx_packaging/osx_build b/tools/osx_packaging/osx_build index 2f14b07bee..2b417b86af 100755 --- a/tools/osx_packaging/osx_build +++ b/tools/osx_packaging/osx_build @@ -421,6 +421,12 @@ for file in $BUILD_ROOT/session_utils/${lower_case_appname}${major_version}-*; d HAVE_SESSION_UTILS=true done +# dynamically loaded NSS/SSL libs +nsslibs="libsoftokn3.dylib libnsspem.dylib libnssckbi.dylib libfreebl3.dylib libnssdbm3.dylib libplds4.dylib" +for nsslib in $nsslibs; do + cp $GTKSTACK_ROOT/lib/$nsslib $Frameworks/ || true +done + # TODO check if this is still needed, even when building on 10.5 if file $BUILD_ROOT/gtk2_ardour/ardour-$release_version | grep -q ppc; then STDCPP='|libstdc\+\+' -- cgit v1.2.3