summaryrefslogtreecommitdiff
path: root/extra/talloc
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/talloc
parentd9e3d7066ad07c8dd884792dd90fecb9f5971ab2 (diff)
Fri Apr 18 03:21:55 UTC 2014
Diffstat (limited to 'extra/talloc')
-rw-r--r--extra/talloc/PKGBUILD6
1 files changed, 4 insertions, 2 deletions
diff --git a/extra/talloc/PKGBUILD b/extra/talloc/PKGBUILD
index 337d77355..fdc8074d1 100644
--- a/extra/talloc/PKGBUILD
+++ b/extra/talloc/PKGBUILD
@@ -1,10 +1,10 @@
-# $Id: PKGBUILD 208142 2014-03-18 07:51:26Z tpowa $
+# $Id: PKGBUILD 211155 2014-04-17 20:01:41Z tpowa $
# Maintainer:
# Contributor: Tobias Powalowski <tpowa@archlinux.org>
pkgname=talloc
pkgver=2.1.0
-pkgrel=1
+pkgrel=2
pkgdesc="Hierarchical pool based memory allocator with destructors"
arch=('i686' 'x86_64')
license=('GPL3')
@@ -24,6 +24,8 @@ build() {
./configure --prefix=/usr \
--sysconfdir=/etc/samba \
--localstatedir=/var \
+ --bundled-libraries=NONE \
+ --builtin-libraries=replace \
--enable-talloc-compat1
make
}