]> git.pld-linux.org Git - packages/syslog-ng.git/commitdiff
- 1.6.8
authorareq <areq@pld-linux.org>
Thu, 26 May 2005 17:15:58 +0000 (17:15 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    syslog-ng-link.patch -> 1.2
    syslog-ng.spec -> 1.104

syslog-ng-link.patch
syslog-ng.spec

index 2276ea773398b7cfc83f821914305add538ed9e6..c834ccaa09b630951dad246a832fd0cbdbec1d28 100644 (file)
@@ -1,6 +1,6 @@
---- 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 @@
+--- syslog-ng-1.6.8/configure.in.orig  2005-05-26 10:33:54.000000000 +0200
++++ syslog-ng-1.6.8/configure.in       2005-05-26 19:08:55.827602272 +0200
+@@ -170,7 +170,7 @@
  AC_CHECK_LIB(resolv, __res_init)
  AC_CHECK_LIB(door, door_create)
  AC_CHECK_LIB(socket, socket)
@@ -9,12 +9,12 @@
  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"
+@@ -361,7 +361,7 @@
elif test "$enable_full_dynamic" = "yes"; then
+       LIBS="$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"
+-      LIBS="$LIBS $LIBOL_LIBS $LD_START_STATIC $LEXLIB $LIBWRAP_LIBS $LIBNET_LIBS   $LD_END_STATIC"
++      LIBS="$LIBS $LIBOL_LIBS $LIBWRAP_LIBS $LIBNET_LIBS $LD_START_STATIC $LEXLIB $LD_END_STATIC"
  fi
- AC_SUBST(YFLAGS)
  
+ AC_SUBST(YFLAGS)
index 1ce25450148025aa399d00c761afe69d5c1250dc..4086729d7246d44d650a9467ffeb1c9b918fe380 100644 (file)
@@ -1,5 +1,5 @@
 %define                mainver         1.6
-%define                minorver        7
+%define                minorver        8
 
 Summary:       Syslog-ng - new generation of the system logger
 Summary(pl):   Syslog-ng - zamiennik syskloga
@@ -10,7 +10,7 @@ Release:      3
 License:       GPL
 Group:         Daemons
 Source0:       http://www.balabit.hu/downloads/syslog-ng/%{mainver}/src/%{name}-%{version}.tar.gz
-# Source0-md5: dc4d7cdbc5792e7ba0fd836bbdd4c62d
+# Source0-md5: ffbad7e8e6dcbe385820b8ffba23b622
 Source1:       %{name}.init
 Source2:       %{name}.conf
 Source3:       %{name}.logrotate
@@ -19,7 +19,7 @@ URL:          http://www.balabit.com/products/syslog_ng/
 BuildRequires: autoconf >= 2.53
 BuildRequires: automake
 BuildRequires: flex
-BuildRequires: libol-static >= 0.3.15
+BuildRequires: libol-static >= 0.3.16
 BuildRequires: libwrap-devel
 PreReq:                rc-scripts >= 0.2.0
 Requires(post,preun):  /sbin/chkconfig
This page took 0.075457 seconds and 4 git commands to generate.