pidgin: 8b97cc8c: Use the system libtool to build RPMs, ho...
nosnilmot at pidgin.im
nosnilmot at pidgin.im
Sat Oct 18 21:45:43 EDT 2008
-----------------------------------------------------------------
Revision: 8b97cc8c511656a688840352f9d59480c6dcaef2
Ancestor: cc0e70390af930380c305fa01b743722232e02f4
Author: nosnilmot at pidgin.im
Date: 2008-10-19T01:30:32
Branch: im.pidgin.pidgin
URL: http://d.pidgin.im/viewmtn/revision/info/8b97cc8c511656a688840352f9d59480c6dcaef2
Modified files:
pidgin.spec.in
ChangeLog:
Use the system libtool to build RPMs, hopefully this fixes any issues using
a debian generated tarball
-------------- next part --------------
============================================================
--- pidgin.spec.in 36a95a27a5980bc3ad610180c3e02a4e503f46e4
+++ pidgin.spec.in d12a7255108bdf76425f3d3541ad430ed475ff14
@@ -240,7 +240,7 @@ CFLAGS="$RPM_OPT_FLAGS" ./configure --pr
%{?_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 @@ make prefix=%{buildroot}%{_prefix} bindi
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
More information about the Commits
mailing list