[Pkg-samba-maint] r1169 - trunk

Peter Eisentraut petere at costa.debian.org
Tue Oct 3 23:42:40 UTC 2006


Author: petere
Date: 2006-10-03 23:42:40 +0000 (Tue, 03 Oct 2006)
New Revision: 1169

Modified:
   trunk/rules
Log:
Remove nonexistent configure options; fix irrelevant logic fault
with --build option.


Modified: trunk/rules
===================================================================
--- trunk/rules	2006-10-03 23:23:57 UTC (rev 1168)
+++ trunk/rules	2006-10-03 23:42:40 UTC (rev 1169)
@@ -41,7 +41,6 @@
 		--localstatedir=/var \
 		--with-rootsbindir=/sbin \
 		--with-pammodulesdir=/lib/security \
-		--with-netatalk \
 		--with-pam \
 		--with-syslog \
 		--with-utmp \
@@ -50,9 +49,7 @@
 		--with-libsmbclient \
 		--with-winbind \
 		--with-shared-modules=idmap_rid,idmap_ad \
-		--with-msdfs \
 		--with-automount \
-		--with-tdbsam \
 		--with-ldap \
 		--with-cifsmount \
 		--with-python=python
@@ -71,7 +68,7 @@
 endif
 
 ifeq ($(DEB_BUILD_GNU_TYPE), $(DEB_HOST_GNU_TYPE))
-  conf_args += --build $(DEB_HOST_GNU_TYPE)
+  conf_args += --build $(DEB_BUILD_GNU_TYPE)
 else
   conf_args += --build $(DEB_BUILD_GNU_TYPE) --host $(DEB_HOST_GNU_TYPE)
 endif




More information about the Pkg-samba-maint mailing list