[Pkg-samba-maint] r3897 - trunk/samba/debian

vorlon at alioth.debian.org vorlon at alioth.debian.org
Sat Sep 24 22:30:41 UTC 2011


Author: vorlon
Date: 2011-09-24 22:30:40 +0000 (Sat, 24 Sep 2011)
New Revision: 3897

Modified:
   trunk/samba/debian/rules
Log:
--without-cifsmount is now used on all platforms, move it to the common args

Modified: trunk/samba/debian/rules
===================================================================
--- trunk/samba/debian/rules	2011-09-24 22:15:13 UTC (rev 3896)
+++ trunk/samba/debian/rules	2011-09-24 22:30:40 UTC (rev 3897)
@@ -59,6 +59,7 @@
 		--with-codepagedir=/usr/share/samba \
 		--enable-external-libtalloc \
 		--without-libtalloc \
+		--without-cifsmount \
 		--disable-avahi \
 		--without-libtdb \
 		--enable-external-libtdb
@@ -68,10 +69,9 @@
 		--with-ctdb --with-cluster-support=yes \
 		--with-acl-support \
 		--with-quotas \
-		--without-cifsmount \
 		--without-cifsupcall          
 	  else
-  conf_args +=	--without-quotas --without-cifsmount
+  conf_args +=	--without-quotas
 endif
 
 ifeq ($(DEB_BUILD_GNU_TYPE), $(DEB_HOST_GNU_TYPE))





More information about the Pkg-samba-maint mailing list