]> git.pld-linux.org Git - packages/findutils.git/commitdiff
- missing check needed for locales to work
authorJakub Bogusz <qboosh@pld-linux.org>
Sun, 21 Nov 2004 22:18:42 +0000 (22:18 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    findutils-setlocale.patch -> 1.1

findutils-setlocale.patch [new file with mode: 0644]

diff --git a/findutils-setlocale.patch b/findutils-setlocale.patch
new file mode 100644 (file)
index 0000000..1a065dc
--- /dev/null
@@ -0,0 +1,11 @@
+--- findutils-4.2.6/configure.in.orig  2004-11-21 13:28:50.000000000 +0100
++++ findutils-4.2.6/configure.in       2004-11-21 23:11:41.238015696 +0100
+@@ -100,7 +100,7 @@
+ dnl Checks for library functions that are provided by gnulib.
+ AC_FUNC_STRFTIME
+ AC_REPLACE_FUNCS(memcmp memset stpcpy strdup strstr strtol strtoul)
+-AC_CHECK_FUNCS(fchdir getcwd strerror endgrent endpwent)
++AC_CHECK_FUNCS(fchdir getcwd strerror endgrent endpwent setlocale)
+ AC_FUNC_VPRINTF
+ AC_FUNC_ALLOCA
+ AC_FUNC_GETMNTENT
This page took 0.079819 seconds and 4 git commands to generate.