summaryrefslogtreecommitdiff
path: root/extra/tevent
diff options
context:
space:
mode:
authorNicolás Reynolds <fauno@endefensadelsl.org>2014-04-18 03:26:15 +0000
committerNicolás Reynolds <fauno@endefensadelsl.org>2014-04-18 03:26:15 +0000
commitf8a4eefb2bb008f302349db07da4a75e746a1aeb (patch)
treea8cac71f562a00732f5ec3a46492fbc457431d96 /extra/tevent
parentd9e3d7066ad07c8dd884792dd90fecb9f5971ab2 (diff)
Fri Apr 18 03:21:55 UTC 2014
Diffstat (limited to 'extra/tevent')
-rw-r--r--extra/tevent/PKGBUILD8
1 files changed, 5 insertions, 3 deletions
diff --git a/extra/tevent/PKGBUILD b/extra/tevent/PKGBUILD
index 3d397a4c3..b40799605 100644
--- a/extra/tevent/PKGBUILD
+++ b/extra/tevent/PKGBUILD
@@ -1,4 +1,4 @@
-# $Id: PKGBUILD 208146 2014-03-18 07:55:57Z tpowa $
+# $Id: PKGBUILD 211157 2014-04-17 20:02:05Z tpowa $
# Maintainer: Tobias Powalowski <tpowa@archlinux.org>
# Contributor: Christian Hesse <mail@eworm.de>
# Contributor: Marco A Rojas <marquicus at gmail dot com>
@@ -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 @@ build() {
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() {