mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-24 04:33:24 +00:00
Avoid trying to build lstat.o since we have lstat in libc.
This commit is contained in:
parent
30ceea6a91
commit
ca76a263e4
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=91520
11
net/dictd/files/patch-configure
Normal file
11
net/dictd/files/patch-configure
Normal file
@ -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
|
Loading…
Reference in New Issue
Block a user