bug-cpio
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Bug-cpio] symlink dereferencing error


From: Clint Adams
Subject: [Bug-cpio] symlink dereferencing error
Date: Sun, 04 Sep 2005 14:51:05 -0000
User-agent: Mutt/1.5.9i

Without this, HAVE_LSTAT is never defined, and lstat is defined to stat,
thereby effectively forcing -L on at all times.

--- orig/configure.ac
+++ mod/configure.ac
@@ -92,7 +92,7 @@
   AC_CONFIG_LINKS(src/fnmatch.h:headers/fnmatch.h)
 fi
 
-AC_CHECK_FUNCS(lchown endpwent endgrent)
+AC_CHECK_FUNCS(lchown endpwent endgrent lstat)
 AC_FUNC_VPRINTF
 AC_FUNC_ALLOCA
 AC_CHECK_LIB(nsl, gethostname, [LIBS="$LIBS -lnsl"])




reply via email to

[Prev in Thread] Current Thread [Next in Thread]