automake: require libtool>=2.4.2_5 for working cross builds.
This commit is contained in:
parent
a090fd60bd
commit
205da40885
|
@ -1,10 +1,10 @@
|
||||||
# Template build file for 'automake'.
|
# Template build file for 'automake'.
|
||||||
pkgname=automake
|
pkgname=automake
|
||||||
version=1.13.1
|
version=1.13.1
|
||||||
revision=1
|
revision=2
|
||||||
noarch=yes
|
noarch=yes
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
fulldepends="autoconf>=2.60 libtool>=2.4.2_3"
|
fulldepends="autoconf>=2.60 libtool>=2.4.2_5"
|
||||||
short_desc="GNU Standards-compliant Makefile generator"
|
short_desc="GNU Standards-compliant Makefile generator"
|
||||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||||
license="GPL-2"
|
license="GPL-2"
|
||||||
|
|
Loading…
Reference in New Issue