[Pkg-samba-maint] r3021 - trunk/samba/debian
vorlon at alioth.debian.org
vorlon at alioth.debian.org
Tue Sep 8 02:54:00 UTC 2009
Author: vorlon
Date: 2009-09-08 02:54:00 +0000 (Tue, 08 Sep 2009)
New Revision: 3021
Modified:
trunk/samba/debian/changelog
trunk/samba/debian/rules
Log:
debian/rules: build with --without-libtalloc
--enable-external-libtalloc, also needed to fix the build failure.
Modified: trunk/samba/debian/changelog
===================================================================
--- trunk/samba/debian/changelog 2009-09-08 02:41:10 UTC (rev 3020)
+++ trunk/samba/debian/changelog 2009-09-08 02:54:00 UTC (rev 3021)
@@ -32,6 +32,8 @@
error.
* debian/patches/autoconf.patch: resurrect this patch, needed for the
above.
+ * debian/rules: build with --without-libtalloc
+ --enable-external-libtalloc, also needed to fix the build failure.
-- Steve Langasek <vorlon at debian.org> Sun, 23 Aug 2009 22:35:16 -0700
Modified: trunk/samba/debian/rules
===================================================================
--- trunk/samba/debian/rules 2009-09-08 02:41:10 UTC (rev 3020)
+++ trunk/samba/debian/rules 2009-09-08 02:54:00 UTC (rev 3021)
@@ -61,8 +61,9 @@
--with-lockdir=/var/run/samba \
--with-statedir=/var/lib/samba \
--with-cachedir=/var/cache/samba \
+ --enable-external-libtalloc \
+ --without-libtalloc \
-
ifeq ($(DEB_HOST_ARCH_OS),linux)
conf_args += \
--with-ctdb --with-cluster-support=yes \
More information about the Pkg-samba-maint
mailing list