libtool: fix build

Closes: #12621 [via git-merge-pr]
This commit is contained in:
newbluemoon 2018-03-17 15:45:23 +01:00 committed by Michael Aldridge
parent 6f62ffb829
commit d1c31c57cd

View file

@ -1,7 +1,7 @@
# Template build file for 'libtool'
pkgname=libtool
version=2.4.6
revision=1
revision=2
hostmakedepends="perl automake help2man"
depends="tar sed"
build_style=gnu-configure
@ -13,6 +13,7 @@ license="GPL-2"
checksum=7c87a8c2c8c0fc9cd5019e402bed4292462d00a718a7cd5f11218153bf28b26f
pre_configure() {
touch aclocal.m4 libltdl/aclocal.m4 Makefile.am libltdl/Makefile.am Makefile.in libltdl/Makefile.in
./bootstrap --force
}