]> git.pld-linux.org Git - packages/clamav.git/commitdiff
- use system libtool, generated by configure is wrong (need fix?)
authormarcus <marcus@pld-linux.org>
Sun, 16 Nov 2008 15:38:03 +0000 (15:38 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    clamav.spec -> 1.249

clamav.spec

index d7864632d10eee9abaf20ef276f93556222c59e6..96db9172e96a33e377a15d24d6295d3fa88b33fb 100644 (file)
@@ -149,6 +149,7 @@ Biblioteki statyczne clamav.
 %patch3 -p1
 
 %build
+
 %{__libtoolize}
 %{__aclocal} -I m4
 %{__autoconf}
@@ -157,8 +158,9 @@ Biblioteki statyczne clamav.
 %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
@@ -166,6 +168,7 @@ install -d $RPM_BUILD_ROOT/etc/{cron.d,logrotate.d,rc.d/init.d,sysconfig} \
        $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*}
 
This page took 0.042515 seconds and 4 git commands to generate.