summaryrefslogtreecommitdiff
path: root/pidgin.spec.in
diff options
context:
space:
mode:
authorStu Tomlinson <nosnilmot@pidgin.im>2008-10-19 01:30:32 +0000
committerStu Tomlinson <nosnilmot@pidgin.im>2008-10-19 01:30:32 +0000
commit4bb9386763e4450111e3b5f0c059d3125005f1d5 (patch)
treecdf2651238043f8021204ffb1c3e2f3222d4e2ec /pidgin.spec.in
parentb9c8b397267b79d9d53f78925d769d60e96b446c (diff)
downloadpidgin-4bb9386763e4450111e3b5f0c059d3125005f1d5.tar.gz
Use the system libtool to build RPMs, hopefully this fixes any issues using
a debian generated tarball
Diffstat (limited to 'pidgin.spec.in')
-rw-r--r--pidgin.spec.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/pidgin.spec.in b/pidgin.spec.in
index 9dc5a9b47e..0d5f0459ff 100644
--- a/pidgin.spec.in
+++ b/pidgin.spec.in
@@ -240,7 +240,7 @@ CFLAGS="$RPM_OPT_FLAGS" ./configure --prefix=%{_prefix} \
%{?_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} bindir=%{buildroot}%{_bindir} \
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