xorriso: remove unnecessary iconv dependency (#2368)
[termux-packages] / packages / findutils / configure.patch
1 diff -u -r ../findutils-4.4.2/configure ./configure
2 --- ../findutils-4.4.2/configure 2009-05-16 17:28:18.000000000 +0200
3 +++ ./configure 2014-02-12 18:47:49.000000000 +0100
4 @@ -21410,7 +21410,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.