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