[arch-commits] Commit in libffi/trunk (PKGBUILD)

Bartłomiej Piotrowski bpiotrowski at archlinux.org
Sun Oct 26 11:00:30 UTC 2014


    Date: Sunday, October 26, 2014 @ 12:00:30
  Author: bpiotrowski
Revision: 225368

upgpkg: libffi 3.1-3

enable support for PaX's EMUTRAMP  (FS#42405)

Modified:
  libffi/trunk/PKGBUILD

----------+
 PKGBUILD |    5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2014-10-26 10:04:35 UTC (rev 225367)
+++ PKGBUILD	2014-10-26 11:00:30 UTC (rev 225368)
@@ -5,7 +5,7 @@
 
 pkgname=libffi
 pkgver=3.1
-pkgrel=2
+pkgrel=3
 pkgdesc='Portable foreign function interface library'
 arch=('i686' 'x86_64')
 url='http://sourceware.org/libffi/'
@@ -26,7 +26,8 @@
 
 build() {
   cd $pkgname-$pkgver
-  ./configure --prefix=/usr --disable-static
+  ./configure --prefix=/usr --disable-static \
+    --enable-pax_emutramp
   make
 }
 



More information about the arch-commits mailing list