[Pkg-samba-maint] r3667 - in trunk/samba/debian: . patches
bubulle at alioth.debian.org
bubulle at alioth.debian.org
Sat Feb 5 11:44:28 UTC 2011
tags 610678 pending
thanks
Author: bubulle
Date: 2011-02-05 11:44:27 +0000 (Sat, 05 Feb 2011)
New Revision: 3667
Added:
trunk/samba/debian/patches/bug_610678_fix-ftbfs-hurd.patch
Modified:
trunk/samba/debian/changelog
trunk/samba/debian/patches/series
Log:
Fix FTBFS on Hurd. Closes: #610678
Modified: trunk/samba/debian/changelog
===================================================================
--- trunk/samba/debian/changelog 2011-01-30 13:24:43 UTC (rev 3666)
+++ trunk/samba/debian/changelog 2011-02-05 11:44:27 UTC (rev 3667)
@@ -1,3 +1,9 @@
+samba (2:3.5.6~dfsg-5) UNRELEASED; urgency=low
+
+ * Fix FTBFS on Hurd. Closes: #610678
+
+ -- Christian Perrier <bubulle at debian.org> Sat, 05 Feb 2011 12:43:21 +0100
+
samba (2:3.5.6~dfsg-4) unstable; urgency=low
* Fix pam_winbind file descriptor leak with a patch
Added: trunk/samba/debian/patches/bug_610678_fix-ftbfs-hurd.patch
===================================================================
--- trunk/samba/debian/patches/bug_610678_fix-ftbfs-hurd.patch (rev 0)
+++ trunk/samba/debian/patches/bug_610678_fix-ftbfs-hurd.patch 2011-02-05 11:44:27 UTC (rev 3667)
@@ -0,0 +1,18 @@
+Description: Fix FTBFS for Hurd
+Author: Samuel Thibault <sthibault at debian.org>
+Bug-Debian: http://bugs.debian.org/610678
+Forwarded: no
+
+Index: samba/lib/replace/system/network.h
+===================================================================
+--- samba.orig/lib/replace/system/network.h
++++ samba/lib/replace/system/network.h
+@@ -332,7 +332,7 @@
+ */
+ # define IOV_MAX 512
+ # else
+-# error IOV_MAX and UIO_MAXIOV undefined
++# warning IOV_MAX and UIO_MAXIOV undefined
+ # endif
+ # endif
+ #endif
Modified: trunk/samba/debian/patches/series
===================================================================
--- trunk/samba/debian/patches/series 2011-01-30 13:24:43 UTC (rev 3666)
+++ trunk/samba/debian/patches/series 2011-02-05 11:44:27 UTC (rev 3667)
@@ -13,3 +13,4 @@
autoconf.patch
bug_605728_upstream_7791.patch
bug_574468_upstream_7265.patch
+bug_610678_fix-ftbfs-hurd.patch
More information about the Pkg-samba-maint
mailing list