Hello!
In capstone 5.0 the cmake flags changed.
SlackBuild need this patch else it not building shared the library.
Thank you!
--- /var/lib/sbopkg/SBo-git/system/capstone/capstone.SlackBuild 2026-05-17 12:40:09.401860661 +0300
+++ /var/lib/sbopkg/SBo-git/system/capstone/capstone.SlackBuild.sbopkg 2026-05-27 19:47:33.483490712 +0300
@@ -100,7 +100,7 @@
-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
make install/strip DESTDIR=$PKG
_______________________________________________
SlackBuilds-users mailing list
[email protected]
https://lists.slackbuilds.org/mailman/listinfo/slackbuilds-users
Archives - https://lists.slackbuilds.org/pipermail/slackbuilds-users/
FAQ - https://slackbuilds.org/faq/