Dynamic link glib2 and eventlog (--enable-dynamic-linking).

This commit is contained in:
Jose Pedro Oliveira 2007-02-25 01:57:10 +00:00
parent f7f8a56c9f
commit 0f07b02f7d
1 changed files with 10 additions and 4 deletions

View File

@ -2,7 +2,7 @@
Name: syslog-ng
Version: 2.0.2
Release: 1%{?dist}
Release: 2%{?dist}
Summary: Syslog replacement daemon
Group: System Environment/Daemons
@ -16,8 +16,8 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildRequires: flex
BuildRequires: pkgconfig >= 0.20
BuildRequires: glib2-static >= 2.2
BuildRequires: eventlog-static >= 0.2.5
BuildRequires: glib2-devel >= 2.2
BuildRequires: eventlog-devel >= 0.2.5
Requires: logrotate
Requires(post): chkconfig, initscripts
@ -50,7 +50,8 @@ chmod -c a-x contrib/syslog2ng
%configure \
--sbindir=%{sbindir} \
--sysconfdir=%{_sysconfdir}/syslog-ng \
--enable-ipv6
--enable-ipv6 \
--enable-dynamic-linking
make %{?_smp_mflags}
@ -146,6 +147,11 @@ fi
%changelog
* Sun Feb 25 2007 Jose Pedro Oliveira <jpo at di.uminho.pt> - 2.0.2-2
- Dynamic link glib2 and eventlog (--enable-dynamic-linking).
For Fedora Core 6 (and above) both packages install their dynamic
libraries in /lib.
* Mon Jan 29 2007 Jose Pedro Oliveira <jpo at di.uminho.pt> - 2.0.2-1
- Update to 2.0.2.