From 00d21923b74e5d4f916ceadafba708df65be8aa9 Mon Sep 17 00:00:00 2001 From: Anagnostakis Ioannis Date: Wed, 27 May 2026 20:01:47 +0300 Subject: [PATCH] python/python3-capstone: Script fix added: DBUILD_SHARED_LIBS=ON Signed-off-by: Anagnostakis Ioannis --- python/python3-capstone/python3-capstone.SlackBuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/python/python3-capstone/python3-capstone.SlackBuild b/python/python3-capstone/python3-capstone.SlackBuild index cd175e7f130..7e78754c104 100644 --- a/python/python3-capstone/python3-capstone.SlackBuild +++ b/python/python3-capstone/python3-capstone.SlackBuild @@ -33,7 +33,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=python3-capstone SRCNAM=capstone VERSION=${VERSION:-5.0.7} -BUILD=${BUILD:-1} +BUILD=${BUILD:-2} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} @@ -102,7 +102,7 @@ cmake \ -DCAPSTONE_X86_SUPPORT=1 \ -DCAPSTONE_X86_ATT_DISABLE=1 \ -DCAPSTONE_XCORE_SUPPORT=1 \ - -DCAPSTONE_BUILD_STATIC=0 \ + -DBUILD_SHARED_LIBS=ON \ -DCMAKE_BUILD_TYPE=Release .. make VERBOSE=1