[arch-commits] Commit in lib32-libffi/trunk (PKGBUILD)
Daniel Micay
thestinger at archlinux.org
Sat Dec 13 19:31:15 UTC 2014
Date: Saturday, December 13, 2014 @ 20:31:14
Author: thestinger
Revision: 123852
upgpkg: lib32-libffi 3.1-2
bring in sync with the changes to libffi in [core]
(reconfigure to fix the patch + enable EMUTRAMP support)
Modified:
lib32-libffi/trunk/PKGBUILD
----------+
PKGBUILD | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2014-12-13 18:06:21 UTC (rev 123851)
+++ PKGBUILD 2014-12-13 19:31:14 UTC (rev 123852)
@@ -3,7 +3,7 @@
pkgname=lib32-libffi
pkgver=3.1
-pkgrel=1
+pkgrel=2
pkgdesc="A portable, high level programming interface to various calling conventions (32-bit)"
arch=('x86_64')
license=('MIT')
@@ -18,6 +18,7 @@
prepare() {
cd libffi-${pkgver}
patch -p1 -i ../0001-Fix-paths-in-libffi.pc.in.patch
+ autoreconf -fi
}
build() {
@@ -27,7 +28,7 @@
./configure --prefix=/usr \
--libdir=/usr/lib32 --libexecdir=/usr/lib32 \
- --disable-static
+ --disable-static --enable-pax_emutramp
make
}
More information about the arch-commits
mailing list