]> git.pld-linux.org Git - packages/inn.git/blame - inn-ac253.patch
- rebuild with perl 5.18.0
[packages/inn.git] / inn-ac253.patch
CommitLineData
92875684
JB
1--- inn-2.4.3/configure.in.orig 2008-02-17 20:05:39.668274380 +0100
2+++ inn-2.4.3/configure.in 2008-02-17 21:43:24.334482662 +0100
3@@ -577,7 +577,7 @@
45c9b47c
JB
4 AC_SEARCH_LIBS(setproctitle, util,
5 [AC_DEFINE(HAVE_SETPROCTITLE, 1,
6 [Define if you have the setproctitle function.])],
7- [LIBOBJS="$LIBOBJS setproctitle.o"
8+ [AC_LIBOBJ([setproctitle])
9 AC_CHECK_FUNCS(pstat)])
3dc5b213 10
45c9b47c 11 dnl The rat's nest of networking libraries. The common cases are not to
92875684
JB
12@@ -1125,7 +1125,7 @@
13 )])
14 AC_MSG_RESULT($ac_cv_type_$1)
15 if test x"$ac_cv_type_$1" = xno ; then
16- AC_DEFINE_UNQUOTED($1, $2)
17+ AC_DEFINE_UNQUOTED($1, $2, [Define if $1 type does not exist])
18 fi])
19
20 INN_CHECK_TYPE(sig_atomic_t, int, [#include <signal.h>])
21@@ -1373,7 +1373,7 @@
45c9b47c
JB
22 AC_DEFINE([HAVE_INET_NTOA], 1,
23 [Define if your system has a working inet_ntoa function.])
24 else
25- LIBOBJS="$LIBOBJS inet_ntoa.${ac_objext}"
26+ AC_LIBOBJ([inet_ntoa])
27 fi])
28 INN_FUNC_INET_NTOA
cf63e88d 29
92875684 30@@ -1521,7 +1521,7 @@
45c9b47c
JB
31 AC_DEFINE([HAVE_SNPRINTF], 1,
32 [Define if your system has a working snprintf function.])
33 else
34- LIBOBJS="$LIBOBJS snprintf.${ac_objext}"
35+ AC_LIBOBJ([snprintf])
36 fi])
37 INN_FUNC_SNPRINTF
cf63e88d 38
92875684
JB
39@@ -1627,7 +1627,7 @@
40 inn_cv_func_mmap=no,
41 inn_cv_func_mmap=no)])
42 if test $inn_cv_func_mmap = yes ; then
43- AC_DEFINE(HAVE_MMAP)
44+ AC_DEFINE(HAVE_MMAP, 1, [Define if mmap function works])
45 fi])
46
47 dnl Source used by INN_FUNC_MMAP_NEEDS_MSYNC.
This page took 0.033115 seconds and 4 git commands to generate.