From a42c2f7535026ff4bc69c44a9e7d9f99106b6f78 Mon Sep 17 00:00:00 2001 From: undefine Date: Sat, 9 Apr 2005 12:39:23 +0000 Subject: [PATCH] - up to 1.22 - amd64 support (lame workaround, but.. works) Changed files: ulogd.spec -> 1.25 --- ulogd.spec | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/ulogd.spec b/ulogd.spec index 8edde90..dbb8561 100644 --- a/ulogd.spec +++ b/ulogd.spec @@ -1,12 +1,12 @@ Summary: ULOGD - the Userspace Logging Daemon for iptables Summary(pl): Demon loguj±cy w trybie u¿ytkownika dla iptables Name: ulogd -Version: 1.21 +Version: 1.22 Release: 1 License: GPL Group: Networking/Daemons Source0: ftp://ftp.netfilter.org/pub/ulogd/%{name}-%{version}.tar.bz2 -# Source0-md5: 32e94a9336c10a4cb8ab3745bc2abbdb +# Source0-md5: 2593dfc51c0bc1d8f86519fb13dd5f34 Source1: %{name}.init Source2: %{name}.sysconfig Source3: %{name}.logrotate @@ -55,6 +55,11 @@ Wtyczka MySQL dla ulogd. %patch0 -p1 %build +%if "%{_lib}" != "lib" +sed -e 's@lib/@%{_lib}/@g' -i configure.in +sed -e 's@${MYSQLLIBS}@%{_libdir}@g' -i configure.in +%endif + %{__autoconf} %configure \ --with-mysql -- 2.44.0