update to 12.3: libtool
This commit is contained in:
@@ -1,23 +1,22 @@
|
|||||||
pkgname=libtool
|
pkgname=libtool
|
||||||
pkgver=2.4.7
|
pkgver=2.5.4
|
||||||
pkgdesc='A generic library support script'
|
pkgdesc='A generic library support script'
|
||||||
homepage='https://www.gnu.org/software/libtool'
|
homepage='https://www.gnu.org/software/libtool'
|
||||||
license=('LGPL-2.0-or-later WITH Libtool-exception')
|
license=('LGPL-2.0-or-later WITH Libtool-exception')
|
||||||
sources=("${pkgname}-${pkgver}.tar.xz")
|
sources=("${pkgname}-${pkgver}.tar.xz")
|
||||||
urls=("https://ftp.gnu.org/gnu/${pkgname}/${sources[0]}")
|
urls=("https://ftp.gnu.org/gnu/${pkgname}/${sources[0]}")
|
||||||
md5sums=("2fc0b6ddcd66a89ed6e45db28fa44232")
|
md5sums=("22e0a29df8af5fdde276ea3a7d351d30")
|
||||||
|
|
||||||
src_prepare() {
|
src_prepare() {
|
||||||
tar -xf ${distdir}/${sources[0]} --strip-components=1
|
tar -xf ${distdir}/${sources[0]} --strip-components=1
|
||||||
}
|
}
|
||||||
|
|
||||||
src_build() {
|
src_build() {
|
||||||
./configure --prefix=/usr lt_cv_sys_lib_dlsearch_path_spec="/usr/lib /usr/lib32"
|
./configure --prefix=/usr
|
||||||
make
|
make
|
||||||
}
|
}
|
||||||
|
|
||||||
src_check() {
|
src_check() {
|
||||||
leaf_record_message "Two of the tests are known to fail. See LFS handbook."
|
|
||||||
make -k check
|
make -k check
|
||||||
}
|
}
|
||||||
|
|
||||||
Reference in New Issue
Block a user