libtool: rebuild to use upstream config.sub.
This commit is contained in:
parent
76345b6d6e
commit
3000b12a85
1 changed files with 2 additions and 4 deletions
|
@ -1,7 +1,7 @@
|
|||
# Template build file for 'libtool'
|
||||
pkgname=libtool
|
||||
version=2.4.2
|
||||
revision=9
|
||||
revision=10
|
||||
noarch=yes
|
||||
hostmakedepends="perl automake help2man"
|
||||
depends="tar sed"
|
||||
|
@ -18,7 +18,7 @@ pre_configure() {
|
|||
}
|
||||
|
||||
libltdl-devel_package() {
|
||||
depends="libltdl>=${version}_${revision}"
|
||||
depends="libltdl-${version}_${revision}"
|
||||
short_desc="GNU Libtool Dynamic Module Loader development files"
|
||||
pkg_install() {
|
||||
vmove usr/include
|
||||
|
@ -28,10 +28,8 @@ libltdl-devel_package() {
|
|||
vmove usr/share/libtool/libltdl
|
||||
}
|
||||
}
|
||||
|
||||
libltdl_package() {
|
||||
short_desc="Runtime libraries for GNU Libtool Dynamic Module Loader"
|
||||
replaces="libtool-ltdl>=0"
|
||||
pkg_install() {
|
||||
vmove "usr/lib/libltdl.so.*"
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue