slackbuilds/system/sbbdep
Giancarlo Dessì d6399c6d7f
system/sbbdep: Patch for gcc >= 11.x.
Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org>

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
2022-01-22 08:22:58 +07:00
..
README
gcc11.patch system/sbbdep: Patch for gcc >= 11.x. 2022-01-22 08:22:58 +07:00
sbbdep.SlackBuild system/sbbdep: Patch for gcc >= 11.x. 2022-01-22 08:22:58 +07:00
sbbdep.info system/sbbdep: New maintainer. 2018-10-13 08:02:58 +07:00
slack-desc

README

sbbdep (Slack Build Binary Dependencies)
The tool for exploring binary runtime dependencies
on Slackware and Slackware based systems.

sbbdep uses sqlite3 for storing information.
Per default, sbbdep builds with an own version of sqlite and links statically
against it. This can be changed.
If this is done, sbbdep will need the sqlite3 package, which comes per default
with Slackware, and will link against the shared sqlite3.so library from the
system.
If you want to activate this, pass the following option to the Slackbuild.
USE_INTERNAL_SQLITE3=0