]> git.pld-linux.org Git - packages/cpio.git/blob - cpio-lstat.patch
3579e004d2c68924011dad0b2935b09723be32e5
[packages/cpio.git] / cpio-lstat.patch
1 --- cpio-2.6/configure.ac.lstat 2004-12-20 10:46:30.000000000 +0000
2 +++ cpio-2.6/configure.ac       2005-01-17 11:47:22.000000000 +0000
3 @@ -92,7 +92,7 @@
4    AC_CONFIG_LINKS(src/fnmatch.h:headers/fnmatch.h)
5  fi
6  
7 -AC_CHECK_FUNCS(lchown endpwent endgrent setlocale)
8 +AC_CHECK_FUNCS(lchown endpwent endgrent setlocale lstat)
9  AC_FUNC_VPRINTF
10  AC_FUNC_ALLOCA
11  AC_CHECK_LIB(nsl, gethostname, [LIBS="$LIBS -lnsl"])
This page took 0.059182 seconds and 2 git commands to generate.