]> git.pld-linux.org Git - packages/syslog-ng.git/commitdiff
- shared libwrap, no libnsl on Linux
authorJakub Bogusz <qboosh@pld-linux.org>
Sun, 6 Feb 2005 14:53:43 +0000 (14:53 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    syslog-ng-link.patch -> 1.1

syslog-ng-link.patch [new file with mode: 0644]

diff --git a/syslog-ng-link.patch b/syslog-ng-link.patch
new file mode 100644 (file)
index 0000000..2276ea7
--- /dev/null
@@ -0,0 +1,20 @@
+--- 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)
+ AC_CHECK_LIB(door, door_create)
+ AC_CHECK_LIB(socket, socket)
+-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)
+@@ -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)
This page took 0.028862 seconds and 4 git commands to generate.