summaryrefslogtreecommitdiff
path: root/net/dictd
diff options
context:
space:
mode:
authorDima Dorfman <dd@FreeBSD.org>2003-10-17 18:01:11 +0000
committerDima Dorfman <dd@FreeBSD.org>2003-10-17 18:01:11 +0000
commitca76a263e4dd6caa74b6dc9533c147f69252245c (patch)
treeb7dc8b4e8ff49bddd8c4701e72c3e885af7a5529 /net/dictd
parentCorrect a typo in an informational message. No functional change. (diff)
Avoid trying to build lstat.o since we have lstat in libc.
Notes
Notes: svn path=/head/; revision=91520
Diffstat (limited to 'net/dictd')
-rw-r--r--net/dictd/files/patch-configure11
1 files changed, 11 insertions, 0 deletions
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