mirror of
https://github.com/termux-pacman/termux-packages.git
synced 2026-01-03 09:30:14 +00:00
The libltdl has been split out from libtool to allow packages to depend only on libltdl and not the whole libtool. But for this to work we need TERMUX_SUBPKG_DEPEND_ON_PARENT=no Otherwise there is a dependency cycle between libtool and libltdl, so they are always installed together
4 lines
133 B
Bash
4 lines
133 B
Bash
TERMUX_SUBPKG_INCLUDE="lib/libltdl.so"
|
|
TERMUX_SUBPKG_DEPEND_ON_PARENT=no
|
|
TERMUX_SUBPKG_DESCRIPTION="Library for dlopening libraries"
|