Use the system libtool to build RPMs, hopefully this fixes any issues using

Sun, 19 Oct 2008 01:30:32 +0000

author
Stu Tomlinson <nosnilmot@pidgin.im>
date
Sun, 19 Oct 2008 01:30:32 +0000
changeset 24466
447c2d6b28dd
parent 24465
0fcdc2735014
child 24467
decb336807d0

Use the system libtool to build RPMs, hopefully this fixes any issues using
a debian generated tarball

pidgin.spec.in file | annotate | diff | comparison | revisions
--- 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

mercurial