Commit Graph

8 Commits

Author SHA1 Message Date
termux-pacman-bot
fe5cb0b2e5 tree-wide: use TERMUX_SUBPKG_DEPEND_ON_PARENT=false instead of =no
We use true or false for other bool build variables. Let's be
consistent.

Change does not have an effect on build scripts.
%ci:no-build
2024-06-16 09:38:14 +00:00
termux-pacman-bot
77e6341fa3 fix(main/libtool): make libltdl replace libtool as well
To ensure package manager consistency:
https://www.debian.org/doc/debian-policy/ch-relationships.html#id9
2024-05-17 08:10:09 +00:00
termux-pacman-bot
694a84e3dc fix(main/libtool): declare that libltdl breaks old libtool versions
This is needed after libltdl took over ltdl.h, and without it we get:

  Unpacking libltdl (2.4.7-2) over (2.4.7-1) ...
  dpkg: error processing archive /data/data/com.termux/cache/apt/archives/libltdl_2.4.7-2_aarch64.deb (--unpack):
   trying to overwrite '/data/data/com.termux/files/usr/include/ltdl.h', which is also in package libtool 2.4.7-1

Fixes: termux/termux-packages#20230
2024-05-17 07:08:49 +00:00
termux-pacman-bot
68b2b779d9 fix(main/libltdl): Let the libltdl subpackage contain its header files 2024-05-16 09:08:47 +00:00
termux-pacman-bot
3b51e4dc51 chore(libltdl): Fix package dependency cycle
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
2023-10-06 13:31:11 +00:00
Leonid Pliushch
5b3b0d1588 libtool: bump revision after 0d1170cc 2019-05-06 17:29:39 +03:00
Fredrik Fornwall
279f6bc9ee libtool: Update libtldl subpackage 2016-10-29 17:03:35 -04:00
Fredrik Fornwall
e001d31eb5 libtool: Split out libltdl into separate package 2016-10-29 16:59:56 -04:00