summaryrefslogtreecommitdiff
path: root/sysutils/coreutils/patches/patch-ca
blob: 7eb29f981e55ae3e2304cfa04b82ce49d702324c (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
27
28
29
30
31
32
33
34
35
36
$NetBSD: patch-ca,v 1.2 2006/01/09 22:45:08 joerg Exp $

--- configure.orig	2004-03-11 08:58:11.000000000 +0000
+++ configure
@@ -27323,6 +27323,10 @@ _ACEOF
   fi
 fi
 
+case $host in
+*-interix3*) ac_list_mounted_fs=found;;
+esac
+
 if test -z "$ac_list_mounted_fs"; then
   { { echo "$as_me:$LINENO: error: could not determine how to read list of mounted filesystems" >&5
 echo "$as_me: error: could not determine how to read list of mounted filesystems" >&2;}
@@ -39680,6 +39684,7 @@ done
 
 
   fp_headers='
+#     include <stdio.h>
 #     if HAVE_STDIO_EXT_H
 #      include <stdio_ext.h>
 #     endif
@@ -44983,10 +44988,12 @@ for ac_func in \
     mempcpy \
     mkfifo \
     realpath \
+    setgroups \
     sethostname \
     strchr \
     strerror \
     strrchr \
+    sync \
     sysctl \
     sysinfo \
     wcrtomb \