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

Bartłomiej Piotrowski bpiotrowski at archlinux.org
Sat Sep 20 05:47:15 UTC 2014


    Date: Saturday, September 20, 2014 @ 07:47:15
  Author: bpiotrowski
Revision: 222140

upgpkg: fribidi 0.19.6-2

switch from memory pool to malloc as it's thread-safe (FS#42017)

Modified:
  fribidi/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2014-09-19 23:21:17 UTC (rev 222139)
+++ PKGBUILD	2014-09-20 05:47:15 UTC (rev 222140)
@@ -4,7 +4,7 @@
 
 pkgname=fribidi
 pkgver=0.19.6
-pkgrel=1
+pkgrel=2
 pkgdesc="A Free Implementation of the Unicode Bidirectional Algorithm"
 arch=('i686' 'x86_64')
 license=('LGPL')
@@ -16,7 +16,8 @@
 build() {
   cd "${srcdir}/${pkgname}-${pkgver}"
 
-  ./configure --prefix=/usr
+  ./configure --prefix=/usr \
+    --enable-malloc # FS#42017
   make
 }
 




More information about the arch-commits mailing list