mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-01-27 23:44:04 +00:00
Update PKGBUILD
Added armv7h-nopic.patch which skips demo-nopic.test if CARCH=armv7h. armv7 does not support nopic shared libs
This commit is contained in:
parent
e0d7f56023
commit
129e121e8f
1 changed files with 6 additions and 2 deletions
|
@ -18,11 +18,14 @@ url="http://www.gnu.org/software/libtool"
|
|||
makedepends=('gcc=4.8.1')
|
||||
license=('GPL')
|
||||
options=('!libtool' '!distcc')
|
||||
source=(ftp://ftp.gnu.org/pub/gnu/libtool/${pkgname}-${pkgver}.tar.xz{,.sig})
|
||||
source=(ftp://ftp.gnu.org/pub/gnu/libtool/${pkgname}-${pkgver}.tar.xz{,.sig}
|
||||
armv7h-nopic.patch)
|
||||
md5sums=('2ec8997e0c07249eb4cbd072417d70fe'
|
||||
'1e6ba57420c82c663c85e745d11c7eed')
|
||||
'1e6ba57420c82c663c85e745d11c7eed'
|
||||
'7ba2180372dc52d4bfb31a9bafead630')
|
||||
|
||||
build() {
|
||||
[[ $CARCH == "armv7h" ]] && patch -p0 -i ${srcdir}/armv7h-nopic.patch
|
||||
cd ${srcdir}/${pkgbase}-${pkgver}
|
||||
./configure --prefix=/usr
|
||||
make
|
||||
|
@ -53,3 +56,4 @@ package_libltdl() {
|
|||
install-ltdlincludeHEADERS install-data-local
|
||||
rm -rf ${pkgdir}/usr/share/{aclocal,libtool/config}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue