summaryrefslogtreecommitdiff
path: root/sysutils/coreutils/patches/patch-ca
blob: 15f40b271f83174559b287092ba65978dc76534d (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
$NetBSD: patch-ca,v 1.1 2005/03/21 14:44:08 tv Exp $

--- configure.orig	Thu Mar 11 03:58:11 2004
+++ 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;}
@@ -44983,10 +44987,12 @@ for ac_func in \
     mempcpy \
     mkfifo \
     realpath \
+    setgroups \
     sethostname \
     strchr \
     strerror \
     strrchr \
+    sync \
     sysctl \
     sysinfo \
     wcrtomb \