cpio/cpio-2.9-lstat.patch
2007-07-19 09:43:52 +00:00

12 lines
311 B
Diff

--- cpio-2.9/configure.ac.lstat 2007-07-16 15:19:52.000000000 +0200
+++ cpio-2.9/configure.ac 2007-07-16 15:19:37.000000000 +0200
@@ -45,7 +45,7 @@ AC_CHECK_TYPE(gid_t, int)
AC_HEADER_STDC
AC_HEADER_DIRENT
-AC_CHECK_FUNCS([fchmod fchown])
+AC_CHECK_FUNCS([fchmod fchown lstat])
# gnulib modules
gl_INIT