[Pkg-samba-maint] r3743 - in branches/samba/experimental/debian: . patches
bubulle at alioth.debian.org
bubulle at alioth.debian.org
Mon Apr 18 07:40:27 UTC 2011
Author: bubulle
Date: 2011-04-18 07:40:25 +0000 (Mon, 18 Apr 2011)
New Revision: 3743
Added:
branches/samba/experimental/debian/patches/winbindd_idmap2_add_fcntl.patch
Modified:
branches/samba/experimental/debian/changelog
branches/samba/experimental/debian/patches/series
Log:
add "#include "fcntl.h"" to idmap_tdb2.c to get it compiled
Modified: branches/samba/experimental/debian/changelog
===================================================================
--- branches/samba/experimental/debian/changelog 2011-04-16 17:38:01 UTC (rev 3742)
+++ branches/samba/experimental/debian/changelog 2011-04-18 07:40:25 UTC (rev 3743)
@@ -2,6 +2,7 @@
[ Christian Perrier ]
* New upstream release
+ * add "#include "fcntl.h"" to idmap_tdb2.c to get it compiled
[ Mathieu Parent ]
* Build against libctdb-dev (>= 1.10+git20110412) to have required control:
Modified: branches/samba/experimental/debian/patches/series
===================================================================
--- branches/samba/experimental/debian/patches/series 2011-04-16 17:38:01 UTC (rev 3742)
+++ branches/samba/experimental/debian/patches/series 2011-04-18 07:40:25 UTC (rev 3743)
@@ -10,3 +10,4 @@
smbtar-bashism.patch
no-unnecessary-cups.patch
autoconf.patch
+winbindd_idmap2_add_fcntl.patch
Added: branches/samba/experimental/debian/patches/winbindd_idmap2_add_fcntl.patch
===================================================================
--- branches/samba/experimental/debian/patches/winbindd_idmap2_add_fcntl.patch (rev 0)
+++ branches/samba/experimental/debian/patches/winbindd_idmap2_add_fcntl.patch 2011-04-18 07:40:25 UTC (rev 3743)
@@ -0,0 +1,16 @@
+Description: Add fcntl.h to winbindd_idmap2 to make it compile
+Author: Luk Claes <luk at debian.org>
+Origin: vendor
+Bug: https://bugzilla.samba.org/show_bug.cgi?id=8091
+Forwarded: https://bugzilla.samba.org/show_bug.cgi?id=8091
+
+--- samba-3.6.0~pre2.orig/source3/winbindd/idmap_tdb2.c
++++ samba-3.6.0~pre2/source3/winbindd/idmap_tdb2.c
+@@ -32,6 +32,7 @@
+ */
+
+ #include "includes.h"
++#include "fcntl.h"
+ #include "winbindd.h"
+ #include "idmap.h"
+ #include "idmap_rw.h"
More information about the Pkg-samba-maint
mailing list