Date: Thursday, April 17, 2014 @ 22:01:50
  Author: tpowa
Revision: 211156

upgpkg: tevent 0.9.21-3

add new library options

Modified:
  tevent/trunk/PKGBUILD

----------+
 PKGBUILD |    6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD    2014-04-17 20:01:41 UTC (rev 211155)
+++ PKGBUILD    2014-04-17 20:01:50 UTC (rev 211156)
@@ -7,7 +7,7 @@
 
 pkgname=tevent
 pkgver=0.9.21
-pkgrel=2
+pkgrel=3
 pkgdesc="An event system based on the talloc memory management library"
 arch=('i686' 'x86_64')
 url="https://tevent.samba.org/";
@@ -24,7 +24,9 @@
        sed -i -e "s|/usr/bin/env python$|/usr/bin/env python2|" 
buildtools/bin/waf
        export PYTHON=/usr/bin/python2
 
-       ./configure --prefix=/usr
+       ./configure --prefix=/usr \
+                    --bundled-libraries=NONE \
+                    --builtin-libraries=replace
 }
 
 package() {

Reply via email to