libtool: use autotools for toolchain to work with automake-1.18

This commit is contained in:
Rudi Heitbaum 2025-05-29 06:05:08 +00:00
parent 4403a2bc3f
commit 5784d1576b

View File

@ -11,6 +11,7 @@ PKG_URL="https://ftpmirror.gnu.org/libtool/${PKG_NAME}-${PKG_VERSION}.tar.xz"
PKG_DEPENDS_HOST="ccache:host autoconf:host automake:host intltool:host" PKG_DEPENDS_HOST="ccache:host autoconf:host automake:host intltool:host"
PKG_DEPENDS_TARGET="toolchain" PKG_DEPENDS_TARGET="toolchain"
PKG_LONGDESC="A generic library support script." PKG_LONGDESC="A generic library support script."
PKG_TOOLCHAIN="autotools"
PKG_CONFIGURE_OPTS_HOST="--enable-static --disable-shared" PKG_CONFIGURE_OPTS_HOST="--enable-static --disable-shared"