5567c574e1
- Properly compile pluggable fs modules (pkg/18220) - Add missing dependencies (pkg/18220) - Make this more pkglint-friendly. - Don't try to tweak LTCONFIG_OVERRIDE towards ltmain.sh, use LIBTOOL_OVERRIDE instead
13 lines
389 B
Text
13 lines
389 B
Text
$NetBSD: patch-am,v 1.1 2002/09/11 23:07:53 rh Exp $
|
|
|
|
--- configure.orig Tue Sep 10 16:52:04 2002
|
|
+++ configure Tue Sep 10 16:52:47 2002
|
|
@@ -12159,7 +12159,7 @@
|
|
|
|
|
|
|
|
-for ac_func in getdtablesize open64 lseek64 statvfs
|
|
+for ac_func in getdtablesize open64 lseek64 statvfs readdir_r
|
|
do
|
|
as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
|
|
echo "$as_me:$LINENO: checking for $ac_func" >&5
|