mirror of
git://git.savannah.nongnu.org/eliot.git
synced 2024-12-28 09:58:15 +01:00
15 lines
657 B
Diff
15 lines
657 B
Diff
# Force support of large files, to avoid the following link error:
|
|
# /home/ipkiss/dev/eliot/contribs/extras/contrib-win32/inst/lib/libapr-2.a(apr_strings.o): In function `apr_strtoff@16':
|
|
# /home/ipkiss/dev/eliot/contribs/extras/contrib-win32/apr/strings/apr_strings.c:240: undefined reference to `_strtoi'
|
|
diff -ur ./configure.in.orig ./configure.in
|
|
--- ./configure.in.orig 2012-04-28 14:51:17.772384679 +0200
|
|
+++ ./configure.in 2012-04-28 14:55:05.636390009 +0200
|
|
@@ -1698,7 +1698,7 @@
|
|
# off_t can legitimately be smaller than size_t
|
|
aprlfs=1
|
|
else
|
|
- aprlfs=0
|
|
+ aprlfs=1
|
|
fi
|
|
|
|
AC_MSG_CHECKING([which type to use for apr_off_t])
|