mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
libtool: rebuild for gcc 12
This commit is contained in:
parent
eb82e2578b
commit
9c1248b211
1 changed files with 3 additions and 1 deletions
|
@ -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
|
||||||
|
|
Loading…
Add table
Reference in a new issue