From a811cf230c07b2121f9ab66fbeaf2886ab8e82d8 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Elan=20Ruusam=C3=A4e?= Date: Sun, 29 Mar 2009 14:52:47 +0000 Subject: [PATCH] - lib64 safe; rel 2 Changed files: clamav.spec -> 1.262 --- clamav.spec | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/clamav.spec b/clamav.spec index e9472c9..7eb8515 100644 --- a/clamav.spec +++ b/clamav.spec @@ -1,6 +1,5 @@ # TODO: # - Make freshclam package (script and daemon) -# - user system libltdl # - restart amavis in triggers if group membership was modified? # # Conditional build: @@ -10,7 +9,7 @@ Summary: An anti-virus utility for Unix Summary(pl.UTF-8): Narzędzie antywirusowe dla Uniksów Name: clamav Version: 0.95 -Release: 1 +Release: 2 Epoch: 0 License: GPL v2+ Group: Applications @@ -157,9 +156,11 @@ Biblioteki statyczne clamav. %{?with_milter:--enable-milter} \ --with-dbdir=/var/lib/%{name} \ --with-no-cache \ - --with-ltdl-include=/usr/include/ \ - --with-ltdl-lib=/usr/lib/ -%{__make} LIBTOOL=/usr/bin/libtool + --with-ltdl-include=/usr/include \ + --with-ltdl-lib=%{_libdir} + +%{__make} \ + LIBTOOL=/usr/bin/libtool %install rm -rf $RPM_BUILD_ROOT -- 2.44.0