Fredrik Fornwall
6 years ago
4 changed files with 14 additions and 37 deletions
@ -1,25 +1,12 @@ |
|||||
diff -r -u ../coreutils-8.22/configure ./configure
|
diff -u -r ../coreutils-8.31/configure ./configure
|
||||
--- ../coreutils-8.22/configure 2013-12-13 16:05:30.000000000 +0100
|
--- ../coreutils-8.31/configure 2019-03-10 23:35:43.000000000 +0000
|
||||
+++ ./configure 2014-02-12 18:21:28.000000000 +0100
|
+++ ./configure 2019-04-18 14:08:40.316645642 +0000
|
||||
@@ -39537,7 +39537,7 @@
|
@@ -43326,7 +43326,7 @@
|
||||
|
|
||||
|
|
||||
# Determine how to get the list of mounted file systems. |
# Determine how to get the list of mounted file systems. |
||||
-ac_list_mounted_fs=
|
- ac_list_mounted_fs=
|
||||
+ac_list_mounted_fs=found
|
+ ac_list_mounted_fs=found
|
||||
|
|
||||
# If the getmntent function is available but not in the standard library, |
# If the getmntent function is available but not in the standard library, |
||||
# make sure LIBS contains the appropriate -l option. |
# make sure LIBS contains the appropriate -l option. |
||||
@@ -40077,12 +40077,6 @@
|
|
||||
esac |
|
||||
fi |
|
||||
|
|
||||
-if test -z "$ac_list_mounted_fs"; then
|
|
||||
- as_fn_error $? "could not determine how to read list of mounted file systems" "$LINENO" 5
|
|
||||
- # FIXME -- no need to abort building the whole package
|
|
||||
- # Can't build mountlist.c or anything that needs its functions
|
|
||||
-fi
|
|
||||
-
|
|
||||
if test $ac_list_mounted_fs = found; then : |
|
||||
gl_cv_list_mounted_fs=yes |
|
||||
else |
|
||||
|
@ -1,12 +0,0 @@ |
|||||
diff -u -r ../coreutils-8.30/lib/stdio-impl.h ./lib/stdio-impl.h
|
|
||||
--- ../coreutils-8.30/lib/stdio-impl.h 2018-06-24 06:52:06.000000000 +0200
|
|
||||
+++ ./lib/stdio-impl.h 2018-07-03 11:05:27.353619181 +0200
|
|
||||
@@ -60,7 +60,7 @@
|
|
||||
# define _flags pub._flags |
|
||||
# define _r pub._r |
|
||||
# define _w pub._w |
|
||||
-# elif defined __ANDROID__ /* Android */
|
|
||||
+# elif defined __ANDROID_BUT_THIS_IS_BROKEN__ /* Android */
|
|
||||
/* Up to this commit from 2015-10-12 |
|
||||
<https://android.googlesource.com/platform/bionic.git/+/f0141dfab10a4b332769d52fa76631a64741297a> |
|
||||
the innards of FILE were public, and fp_ub could be defined like for OpenBSD, |
|
Loading…
Reference in new issue