Initial push
[termux-packages] / packages / coreutils / configure.patch
1 diff -r -u ../coreutils-8.22/configure ./configure
2 --- ../coreutils-8.22/configure 2013-12-13 16:05:30.000000000 +0100
3 +++ ./configure 2014-02-12 18:21:28.000000000 +0100
4 @@ -39537,7 +39537,7 @@
5
6
7 # Determine how to get the list of mounted file systems.
8 -ac_list_mounted_fs=
9 +ac_list_mounted_fs=found
10
11 # If the getmntent function is available but not in the standard library,
12 # make sure LIBS contains the appropriate -l option.
13 @@ -40077,12 +40077,6 @@
14 esac
15 fi
16
17 -if test -z "$ac_list_mounted_fs"; then
18 - as_fn_error $? "could not determine how to read list of mounted file systems" "$LINENO" 5
19 - # FIXME -- no need to abort building the whole package
20 - # Can't build mountlist.c or anything that needs its functions
21 -fi
22 -
23 if test $ac_list_mounted_fs = found; then :
24 gl_cv_list_mounted_fs=yes
25 else