termux-packages/packages/coreutils/configure.patch

13 lines
445 B
Diff
Raw Permalink Normal View History

2019-04-24 11:34:05 +02:00
diff -u -r ../coreutils-8.31/configure ./configure
--- ../coreutils-8.31/configure 2019-03-10 23:35:43.000000000 +0000
+++ ./configure 2019-04-18 14:08:40.316645642 +0000
@@ -43326,7 +43326,7 @@
2015-06-13 01:03:31 +02:00
2019-04-24 11:34:05 +02:00
# Determine how to get the list of mounted file systems.
- ac_list_mounted_fs=
+ ac_list_mounted_fs=found
2015-06-13 01:03:31 +02:00
2019-04-24 11:34:05 +02:00
# If the getmntent function is available but not in the standard library,
# make sure LIBS contains the appropriate -l option.