diff pidgin.spec.in @ 24184:f170b2e059a1

Use the system libtool to build RPMs, hopefully this fixes any issues using a debian generated tarball
author Stu Tomlinson <stu@nosnilmot.com>
date Sun, 19 Oct 2008 01:30:32 +0000
parents b025d3c9ceae
children 273d5fc31eab
line wrap: on
line diff
--- a/pidgin.spec.in	Sun Oct 19 01:29:32 2008 +0000
+++ b/pidgin.spec.in	Sun Oct 19 01:30:32 2008 +0000
@@ -240,7 +240,7 @@
                                     %{?_without_tcl:--disable-tcl} \
                                     %{?_without_text:--disable-consoleui}
 
-make %{?_smp_mflags}
+make %{?_smp_mflags} LIBTOOL=/usr/bin/libtool
 
 %install
 rm -rf %{buildroot}
@@ -251,7 +251,7 @@
      sysconfdir=%{buildroot}%{_sysconfdir} \
      install
 %else
-make DESTDIR=$RPM_BUILD_ROOT install
+make DESTDIR=$RPM_BUILD_ROOT LIBTOOL=/usr/bin/libtool install
 %endif
 
 # Delete files that we don't want to put in any of the RPMs