summaryrefslogtreecommitdiffhomepage
path: root/patches/findutils-4.5.19.local.patch
blob: 5c7271d0f25a6c01255c972d5cf4369389eed905 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
--- findutils-4.5.19/configure.orig	2015-12-28 14:39:42.000000000 +0100
+++ findutils-4.5.19/configure	2016-12-18 00:49:18.483403200 +0100
@@ -55251,3 +55251,23 @@
 $as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2;}
 fi
 
+
+cat >> config.h << EOF
+
+#define HAVE_ENDPWENT 1
+
+#undef fchownat
+#undef fchdir
+#undef fseeko
+#undef fstatat
+#undef getcwd
+#undef gmtime
+#undef localtime
+#undef lstat
+#undef malloc
+#undef memcmp
+#undef mktime
+#undef realloc
+#undef strnlen
+
+EOF