From ca76a263e4dd6caa74b6dc9533c147f69252245c Mon Sep 17 00:00:00 2001 From: Dima Dorfman Date: Fri, 17 Oct 2003 18:01:11 +0000 Subject: [PATCH] Avoid trying to build lstat.o since we have lstat in libc. --- net/dictd/files/patch-configure | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 net/dictd/files/patch-configure diff --git a/net/dictd/files/patch-configure b/net/dictd/files/patch-configure new file mode 100644 index 000000000000..4056d59ee50f --- /dev/null +++ b/net/dictd/files/patch-configure @@ -0,0 +1,11 @@ +--- configure~ Fri Oct 17 17:54:05 2003 ++++ configure Fri Oct 17 17:54:12 2003 +@@ -5023,7 +5023,7 @@ + EOF + + if test $ac_cv_func_lstat_dereferences_slashed_symlink = no; then +- LIBOBJS="$LIBOBJS lstat.$ac_objext" ++ LIBOBJS="$LIBOBJS" + fi + + echo "$as_me:5029: checking whether stat accepts an empty string" >&5