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-getcifsacl_c | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 package/cifs-utils/patches/patch-getcifsacl_c (limited to 'package/cifs-utils/patches/patch-getcifsacl_c') diff --git a/package/cifs-utils/patches/patch-getcifsacl_c b/package/cifs-utils/patches/patch-getcifsacl_c new file mode 100644 index 000000000..ab94b2114 --- /dev/null +++ b/package/cifs-utils/patches/patch-getcifsacl_c @@ -0,0 +1,16 @@ +--- cifs-utils-6.1.orig/getcifsacl.c 2013-07-02 21:13:33.000000000 +0200 ++++ cifs-utils-6.1/getcifsacl.c 2013-10-28 07:33:27.000000000 +0100 +@@ -24,7 +24,13 @@ + #endif /* HAVE_CONFIG_H */ + + #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 + #include -- cgit v1.2.3