Mercurial > pidgin
changeset 24245: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 | b8fd4f37f9b2 |
children | b03b45e890e5 |
files | pidgin.spec.in |
diffstat | 1 files changed, 2 insertions(+), 2 deletions(-) [+] |
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