Avoid building lstat.o since we have lstat in libc.
This commit is contained in:
parent
ca76a263e4
commit
96a90e40e5
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=91521
1 changed files with 11 additions and 0 deletions
11
textproc/dict/files/patch-configure
Normal file
11
textproc/dict/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 a new issue