libtool: rebuild for gcc 12

This commit is contained in:
oreo639 2022-11-05 11:33:11 -07:00 committed by Đoàn Trần Công Danh
parent eb82e2578b
commit 9c1248b211

View file

@ -1,7 +1,7 @@
# Template file for 'libtool' # Template file for 'libtool'
pkgname=libtool pkgname=libtool
version=2.4.7 version=2.4.7
revision=1 revision=2
build_style=gnu-configure build_style=gnu-configure
hostmakedepends="texinfo perl automake help2man xz" hostmakedepends="texinfo perl automake help2man xz"
depends="tar sed" depends="tar sed"
@ -17,6 +17,8 @@ if [ "$XBPS_TARGET_LIBC" = "musl" ]; then
configure_args="lt_cv_shlibpath_overrides_runpath=yes" configure_args="lt_cv_shlibpath_overrides_runpath=yes"
fi fi
nocross=temporarily
pre_configure() { pre_configure() {
touch aclocal.m4 libltdl/aclocal.m4 Makefile.am libltdl/Makefile.am Makefile.in libltdl/Makefile.in touch aclocal.m4 libltdl/aclocal.m4 Makefile.am libltdl/Makefile.am Makefile.in libltdl/Makefile.in
./bootstrap --force ./bootstrap --force