[Pkg-samba-maint] r3139 - branches/samba/experimental/debian
sathieu at alioth.debian.org
sathieu at alioth.debian.org
Thu Dec 10 16:12:14 UTC 2009
Author: sathieu
Date: 2009-12-10 16:12:14 +0000 (Thu, 10 Dec 2009)
New Revision: 3139
Modified:
branches/samba/experimental/debian/changelog
branches/samba/experimental/debian/rules
Log:
Explicit ctdb path (--with-ctdb=/usr)
Modified: branches/samba/experimental/debian/changelog
===================================================================
--- branches/samba/experimental/debian/changelog 2009-12-10 16:01:42 UTC (rev 3138)
+++ branches/samba/experimental/debian/changelog 2009-12-10 16:12:14 UTC (rev 3139)
@@ -10,6 +10,7 @@
[ Mathieu Parent ]
* Raise ctdb build-dep version to 1.0.103
(new CTDB control CTDB_CONTROL_TRANS2_ACTIVE)
+ * Explicit ctdb path (--with-ctdb=/usr)
-- Christian Perrier <bubulle at debian.org> Sun, 08 Nov 2009 15:04:24 +0100
Modified: branches/samba/experimental/debian/rules
===================================================================
--- branches/samba/experimental/debian/rules 2009-12-10 16:01:42 UTC (rev 3138)
+++ branches/samba/experimental/debian/rules 2009-12-10 16:12:14 UTC (rev 3139)
@@ -65,7 +65,7 @@
ifeq ($(DEB_HOST_ARCH_OS),linux)
conf_args += \
- --with-ctdb --with-cluster-support=yes \
+ --with-ctdb=/usr --with-cluster-support=yes \
--with-cifsmount \
--with-cifsupcall \
--with-acl-support \
More information about the Pkg-samba-maint
mailing list