]> git.pld-linux.org Git - packages/cpio.git/commitdiff
- an lstat, we neeed
authorJan Rękorajski <baggins@pld-linux.org>
Mon, 8 Aug 2005 11:35:59 +0000 (11:35 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    cpio-lstat.patch -> 1.1

cpio-lstat.patch [new file with mode: 0644]

diff --git a/cpio-lstat.patch b/cpio-lstat.patch
new file mode 100644 (file)
index 0000000..3579e00
--- /dev/null
@@ -0,0 +1,11 @@
+--- cpio-2.6/configure.ac.lstat        2004-12-20 10:46:30.000000000 +0000
++++ cpio-2.6/configure.ac      2005-01-17 11:47:22.000000000 +0000
+@@ -92,7 +92,7 @@
+   AC_CONFIG_LINKS(src/fnmatch.h:headers/fnmatch.h)
+ fi
+-AC_CHECK_FUNCS(lchown endpwent endgrent setlocale)
++AC_CHECK_FUNCS(lchown endpwent endgrent setlocale lstat)
+ AC_FUNC_VPRINTF
+ AC_FUNC_ALLOCA
+ AC_CHECK_LIB(nsl, gethostname, [LIBS="$LIBS -lnsl"])
This page took 0.265398 seconds and 4 git commands to generate.