From 444176e8aa3a958f147f15542793678b619be262 Mon Sep 17 00:00:00 2001 From: Waldemar Brodkorb Date: Mon, 28 Oct 2013 16:33:41 +0100 Subject: fix host build stuff and update-patches, convert cifs-utils and libaudiofile to new autotool infrastructure --- package/cifs-utils/patches/patch-cifscreds_c | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 package/cifs-utils/patches/patch-cifscreds_c (limited to 'package/cifs-utils/patches/patch-cifscreds_c') diff --git a/package/cifs-utils/patches/patch-cifscreds_c b/package/cifs-utils/patches/patch-cifscreds_c new file mode 100644 index 000000000..0548e515f --- /dev/null +++ b/package/cifs-utils/patches/patch-cifscreds_c @@ -0,0 +1,16 @@ +--- cifs-utils-6.1.orig/cifscreds.c 2013-07-02 21:13:33.000000000 +0200 ++++ cifs-utils-6.1/cifscreds.c 2013-10-28 07:33:27.000000000 +0100 +@@ -27,7 +27,13 @@ + #include + #include + #include ++#ifdef HAVE_GNU_GETOPT_LONG + #include ++#else ++#include "gnu_getopt.h" ++#define getopt_long gnu_getopt_long ++#define option gnu_option ++#endif + #include + #include "mount.h" + #include "resolve_host.h" -- cgit v1.2.3