From dd0b54ded1463b395e0d81b55958683885d7d14f Mon Sep 17 00:00:00 2001 From: Richard Purdie Date: Sun, 17 May 2009 17:52:27 +0100 Subject: samba: Fix header file to include signal.h, fixing compile failures Signed-off-by: Richard Purdie --- meta-moblin/packages/samba/files/tdbheaderfix.patch | 14 ++++++++++++++ meta-moblin/packages/samba/samba_3.3.0.bb | 4 ++-- 2 files changed, 16 insertions(+), 2 deletions(-) create mode 100644 meta-moblin/packages/samba/files/tdbheaderfix.patch (limited to 'meta-moblin/packages/samba') diff --git a/meta-moblin/packages/samba/files/tdbheaderfix.patch b/meta-moblin/packages/samba/files/tdbheaderfix.patch new file mode 100644 index 0000000000..e37c9b0d5c --- /dev/null +++ b/meta-moblin/packages/samba/files/tdbheaderfix.patch @@ -0,0 +1,14 @@ +Index: source/lib/tdb/include/tdb.h +=================================================================== +--- source.orig/lib/tdb/include/tdb.h 2009-05-17 17:42:41.000000000 +0100 ++++ source/lib/tdb/include/tdb.h 2009-05-17 17:42:46.000000000 +0100 +@@ -1,6 +1,9 @@ + #ifndef __TDB_H__ + #define __TDB_H__ + ++#include ++ ++ + /* + Unix SMB/CIFS implementation. + diff --git a/meta-moblin/packages/samba/samba_3.3.0.bb b/meta-moblin/packages/samba/samba_3.3.0.bb index c561d95524..87a7c5e7f7 100644 --- a/meta-moblin/packages/samba/samba_3.3.0.bb +++ b/meta-moblin/packages/samba/samba_3.3.0.bb @@ -11,9 +11,9 @@ DEFAULT_PREFERENCE = "-1" SRC_URI += "file://configure-3.3.0.patch;patch=1 \ file://config-h.patch;patch=1 \ file://mtab.patch;patch=1 \ - " + file://tdbheaderfix.patch;patch=1 " -PR = "r2" +PR = "r3" EXTRA_OECONF += "\ SMB_BUILD_CC_NEGATIVE_ENUM_VALUES=yes \ -- cgit v1.2.3-54-g00ecf