mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-02-16 23:57:11 +00:00
core/libtool to 2.4.2-15
This commit is contained in:
parent
b4810f62ee
commit
899993aba0
1 changed files with 3 additions and 2 deletions
|
@ -11,8 +11,8 @@ noautobuild=1
|
|||
|
||||
pkgname=('libtool' 'libltdl')
|
||||
pkgver=2.4.2
|
||||
_gccver=4.9.1
|
||||
pkgrel=14
|
||||
_gccver=4.9.2
|
||||
pkgrel=15
|
||||
pkgdesc="A generic library support script"
|
||||
arch=('i686' 'x86_64')
|
||||
url="http://www.gnu.org/software/libtool"
|
||||
|
@ -24,6 +24,7 @@ source=(ftp://ftp.gnu.org/pub/gnu/libtool/${pkgname}-${pkgver}.tar.xz{,.sig}
|
|||
md5sums=('2ec8997e0c07249eb4cbd072417d70fe'
|
||||
'1e6ba57420c82c663c85e745d11c7eed'
|
||||
'7ba2180372dc52d4bfb31a9bafead630')
|
||||
validpgpkeys=('CFE2BE707B538E8B26757D84151308092983D606')
|
||||
|
||||
build() {
|
||||
[[ $CARCH == "armv7h" ]] && patch -p0 -i ${srcdir}/armv7h-nopic.patch
|
||||
|
|
Loading…
Reference in a new issue