SPECS: clamav.spec - use system libtool, generated by configure is wrong (n...
marcus
marcus at pld-linux.org
Sun Nov 16 16:38:09 CET 2008
Author: marcus Date: Sun Nov 16 15:38:09 2008 GMT
Module: SPECS Tag: HEAD
---- Log message:
- use system libtool, generated by configure is wrong (need fix?)
---- Files affected:
SPECS:
clamav.spec (1.248 -> 1.249)
---- Diffs:
================================================================
Index: SPECS/clamav.spec
diff -u SPECS/clamav.spec:1.248 SPECS/clamav.spec:1.249
--- SPECS/clamav.spec:1.248 Sun Nov 16 14:41:40 2008
+++ SPECS/clamav.spec Sun Nov 16 16:38:03 2008
@@ -150,6 +150,7 @@
%patch3 -p1
%build
+
%{__libtoolize}
%{__aclocal} -I m4
%{__autoconf}
@@ -158,8 +159,9 @@
%configure \
--disable-clamav \
%{?with_milter:--enable-milter} \
- --with-dbdir=/var/lib/%{name}
-%{__make}
+ --with-dbdir=/var/lib/%{name} \
+ --with-no-cache
+%{__make} LIBTOOL=/usr/bin/libtool
%install
rm -rf $RPM_BUILD_ROOT
@@ -167,6 +169,7 @@
$RPM_BUILD_ROOT%{_var}/{log,spool/clamav}
%{__make} install \
+ LIBTOOL=/usr/bin/libtool \
DESTDIR=$RPM_BUILD_ROOT
%{!?with_milter:rm -f $RPM_BUILD_ROOT%{_mandir}/man8/clamav-milter.8*}
@@ -358,6 +361,9 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.249 2008/11/16 15:38:03 marcus
+- use system libtool, generated by configure is wrong (need fix?)
+
Revision 1.248 2008/11/16 13:41:40 arekm
- curl no longer used; milter patch obsolete
================================================================
---- CVS-web:
http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/clamav.spec?r1=1.248&r2=1.249&f=u
More information about the pld-cvs-commit
mailing list