summaryrefslogtreecommitdiff
path: root/devel/libtool/patches/patch-ae
blob: 65909bf0544ef5938152e8f7f575693a8450dd7c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
$NetBSD: patch-ae,v 1.2 2001/03/26 07:35:50 skrll Exp $

--- libltdl/ltdl.c.orig	Sat Feb  3 05:05:05 2001
+++ libltdl/ltdl.c
@@ -87,7 +87,7 @@
 
 /* max. filename length */
 #ifndef LT_FILENAME_MAX
-#  define LT_FILENAME_MAX	1024
+#  define LT_FILENAME_MAX	4196
 #endif
 
 /* This is the maximum symbol size that won't require malloc/free */