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

Tobias Powalowski tpowa at nymeria.archlinux.org
Thu Apr 17 20:01:24 UTC 2014


    Date: Thursday, April 17, 2014 @ 22:01:24
  Author: tpowa
Revision: 211154

upgpkg: talloc 2.1.0-2

add new library options

Modified:
  talloc/trunk/PKGBUILD

----------+
 PKGBUILD |    4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2014-04-17 19:53:20 UTC (rev 211153)
+++ PKGBUILD	2014-04-17 20:01:24 UTC (rev 211154)
@@ -4,7 +4,7 @@
 
 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 @@
    ./configure --prefix=/usr \
      --sysconfdir=/etc/samba \
      --localstatedir=/var \
+     --bundled-libraries=NONE \
+     --builtin-libraries=replace \
      --enable-talloc-compat1
    make
 }




More information about the arch-commits mailing list