mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-18 22:54:00 +00:00
core/libtool to 2.4.6+44+gb9b44533-10
This commit is contained in:
parent
de429bdb21
commit
3e144158df
1 changed files with 4 additions and 4 deletions
|
@ -13,8 +13,8 @@ noautobuild=1
|
|||
|
||||
pkgname=libtool
|
||||
pkgver=2.4.6+44+gb9b44533
|
||||
pkgrel=8
|
||||
_gccver=9.2.0
|
||||
pkgrel=10
|
||||
_gccver=9.2.1
|
||||
pkgdesc='A generic library support script'
|
||||
arch=(x86_64)
|
||||
url='https://www.gnu.org/software/libtool'
|
||||
|
@ -47,6 +47,8 @@ pkgver() {
|
|||
prepare() {
|
||||
cd libtool
|
||||
|
||||
patch -Np1 -i ${srcdir}/no_hostname.patch
|
||||
|
||||
git submodule init
|
||||
git config --local submodule.gnulib.url "$srcdir/gnulib"
|
||||
git config --local submodule.gl-mod/bootstrap.url "$srcdir/gnulib-bootstrap"
|
||||
|
@ -54,8 +56,6 @@ prepare() {
|
|||
|
||||
patch -p1 -i ../armv7h-nopic.patch
|
||||
./bootstrap
|
||||
|
||||
patch -Np1 -i ${srcdir}/no_hostname.patch
|
||||
}
|
||||
|
||||
build() {
|
||||
|
|
Loading…
Reference in a new issue