mirror of
https://github.com/void-linux/void-packages.git
synced 2025-04-18 23:27:01 +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'
|
||||
pkgname=libtool
|
||||
version=2.4.7
|
||||
revision=1
|
||||
revision=2
|
||||
build_style=gnu-configure
|
||||
hostmakedepends="texinfo perl automake help2man xz"
|
||||
depends="tar sed"
|
||||
|
@ -17,6 +17,8 @@ if [ "$XBPS_TARGET_LIBC" = "musl" ]; then
|
|||
configure_args="lt_cv_shlibpath_overrides_runpath=yes"
|
||||
fi
|
||||
|
||||
nocross=temporarily
|
||||
|
||||
pre_configure() {
|
||||
touch aclocal.m4 libltdl/aclocal.m4 Makefile.am libltdl/Makefile.am Makefile.in libltdl/Makefile.in
|
||||
./bootstrap --force
|
||||
|
|
Loading…
Add table
Reference in a new issue