]> git.pld-linux.org Git - packages/syslog-ng.git/blobdiff - syslog-ng-link.patch
- more %doc files
[packages/syslog-ng.git] / syslog-ng-link.patch
index 2276ea773398b7cfc83f821914305add538ed9e6..4f39e4f56144ef8f94ff3c4f68d7de071845ada1 100644 (file)
@@ -1,20 +1,18 @@
---- syslog-ng-1.6.6/configure.in.orig  2005-02-04 13:27:00.000000000 +0100
-+++ syslog-ng-1.6.6/configure.in       2005-02-06 15:51:45.089776184 +0100
-@@ -166,7 +166,7 @@
- AC_CHECK_LIB(resolv, __res_init)
+--- syslog-ng-2.0.3/configure.in.orig  2007-03-04 10:58:00.000000000 +0100
++++ syslog-ng-2.0.3/configure.in       2007-04-03 23:53:53.219462987 +0200
+@@ -149,11 +149,10 @@
+ dnl Checks for library functions.
  AC_CHECK_LIB(door, door_create)
- AC_CHECK_LIB(socket, socket)
+-AC_CHECK_LIB(socket, socket)
+-AC_CHECK_LIB(rt, nanosleep)
 -AC_CHECK_LIB(nsl, gethostbyname)
-+AC_SEARCH_LIBS(gethostbyname, nsl)
- AC_CHECK_FUNCS(select snprintf vsnprintf strerror inet_aton strncpy getutent)
- AC_CHECK_FUNCS(getopt_long strcasecmp strptime)
+-AC_CHECK_LIB(regex, regexec)
+-AC_CHECK_LIB(resolv, res_init)
++AC_SEARCH_LIBS(socket, socket)
++AC_SEARCH_LIBS(nanosleep, rt)
++AC_SEARCH_LIBS(gethostbyname, nsl resolv)
++AC_SEARCH_LIBS(regexec, regex)
  
-@@ -333,7 +333,7 @@
- if test "$enable_full_static" = "yes"; then
-       LIBS="-static $LIBS $LEXLIB $LIBWRAP_LIBS $LIBNET_LIBS $LIBOL_LIBS"
- else
--      LIBS="$LIBS $LIBOL_LIBS -Wl,-Bstatic $LEXLIB $LIBWRAP_LIBS $LIBNET_LIBS   -Wl,-Bdynamic"
-+      LIBS="$LIBS $LIBOL_LIBS $LIBWRAP_LIBS $LIBNET_LIBS -Wl,-Bstatic $LEXLIB -Wl,-Bdynamic"
- fi
- AC_SUBST(YFLAGS)
+ AC_CHECK_FUNCS(strdup strtol inet_aton inet_ntoa getopt_long getaddrinfo getutent)
  
This page took 0.087916 seconds and 4 git commands to generate.