From 651d40d6d3b5ec8921993052339ec463b4b507ef Mon Sep 17 00:00:00 2001 From: Patrick J Volkerding Date: Tue, 29 Dec 2020 20:34:54 +0000 Subject: Tue Dec 29 20:34:54 UTC 2020 a/pkgtools-15.0-noarch-34.txz: Rebuilt. installpkg: run doinst.sh in a subshell for NOLOCK packages. removepkg: run uninstall scripts in a subshell. This avoids a bug when handling multiple packages where these scripts might be in the wrong directory when a new file/package is to be processed. Thanks to Mario Preksavec. ap/terminus-font-4.49.1-noarch-1.txz: Upgraded. d/git-2.30.0-x86_64-1.txz: Upgraded. d/python-setuptools-51.1.1-x86_64-1.txz: Upgraded. l/libproxy-0.4.17-x86_64-1.txz: Upgraded. l/netpbm-10.93.00-x86_64-1.txz: Upgraded. l/openjpeg-2.4.0-x86_64-1.txz: Upgraded. xap/hexchat-2.14.3-x86_64-5.txz: Rebuilt. Compile using -Dwith-python=python3-embed instead of -Dwith-python=python3 to ensure that /usr/lib*/hexchat/plugins/python.so is linked with libpython, otherwise the module will not load properly. Thanks to Mario Preksavec. xfce/xfce4-panel-profiles-1.0.12-x86_64-1.txz: Upgraded. xfce/xfce4-taskmanager-1.4.0-x86_64-1.txz: Upgraded. --- source/l/openjpeg/openjpeg.SlackBuild | 1 + 1 file changed, 1 insertion(+) (limited to 'source/l/openjpeg') diff --git a/source/l/openjpeg/openjpeg.SlackBuild b/source/l/openjpeg/openjpeg.SlackBuild index e6e69350c..a33c632b0 100755 --- a/source/l/openjpeg/openjpeg.SlackBuild +++ b/source/l/openjpeg/openjpeg.SlackBuild @@ -100,6 +100,7 @@ cd build -DBUILD_MJ2:BOOL=ON \ -DBUILD_JPIP:BOOL=ON \ -DBUILD_JP3D:BOOL=ON \ + -DBUILD_STATIC_LIBS=OFF \ .. || exit 1 make $NUMJOBS || make || exit 1 -- cgit v1.2.3-65-gdbad