[Pkg-samba-maint] r1138 - trunk

Peter Eisentraut petere at costa.debian.org
Wed Aug 16 14:15:45 UTC 2006


Author: petere
Date: 2006-08-16 14:15:45 +0000 (Wed, 16 Aug 2006)
New Revision: 1138

Modified:
   trunk/changelog
   trunk/config.cache
Log:
* Preseed configure result for method to detect interfaces in
  debian/config.cache; the test might otherwise fail if there are no
  interfaces configured at build time. Closes: #382429.


Modified: trunk/changelog
===================================================================
--- trunk/changelog	2006-08-15 23:34:43 UTC (rev 1137)
+++ trunk/changelog	2006-08-16 14:15:45 UTC (rev 1138)
@@ -15,6 +15,11 @@
   [ Christian Perrier ]
   * Split out samba/run_mode with "__Choices".
 
+  [ Peter Eisentraut ]
+  * Preseed configure result for method to detect interfaces in
+    debian/config.cache; the test might otherwise fail if there are no
+    interfaces configured at build time. Closes: #382429.
+
  -- Christian Perrier <bubulle at debian.org>  Tue, 15 Aug 2006 08:01:30 -0500
 
 samba (3.0.23b-2) unstable; urgency=low

Modified: trunk/config.cache
===================================================================
--- trunk/config.cache	2006-08-15 23:34:43 UTC (rev 1137)
+++ trunk/config.cache	2006-08-16 14:15:45 UTC (rev 1138)
@@ -110,6 +110,9 @@
 # any errors caused by building on an NFS mount.
 samba_cv_HAVE_FCNTL_LOCK=${samba_cv_HAVE_FCNTL_LOCK=yes}
 
+# Force the method to detect interfaces, which might fail if there are
+# no interfaces configured at build time (bug #382429).
+samba_cv_HAVE_IFACE_IFCONF=${samba_cv_HAVE_IFACE_IFCONF=yes}
 
 # smbwrapper doesn't work because the glibc maintainers don't want
 # to support transparent userland VFS.  We might as well preempt




More information about the Pkg-samba-maint mailing list