[packages/php/PHP_5_4] consistent libtool dep
glen
glen at pld-linux.org
Mon Sep 7 12:35:51 CEST 2015
commit d54eaba93eb9d52ea1d0786cad5206f9594725ed
Author: Elan Ruusamäe <glen at delfi.ee>
Date: Mon Sep 7 13:34:49 2015 +0300
consistent libtool dep
so that runtime and build time versions match
php.spec | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/php.spec b/php.spec
index b22466c..c983132 100644
--- a/php.spec
+++ b/php.spec
@@ -255,7 +255,7 @@ BuildRequires: libpng-devel >= 1.0.8
%{?with_webp:BuildRequires: libvpx-devel}
BuildRequires: tokyocabinet-devel
%if "%{pld_release}" != "ac"
-BuildRequires: libtool >= 2:2.2
+BuildRequires: libtool >= 2:2.4.6
%else
BuildRequires: libtool >= 1.4.3
%endif
@@ -575,7 +575,7 @@ Requires: %{name}-common = %{epoch}:%{version}-%{release}
Requires: autoconf >= 2.13
Requires: automake
%if "%{pld_release}" != "ac"
-Requires: libtool >= 2:2.2
+Requires: libtool >= 2:2.4.6
%else
Requires: libtool
%endif
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/php.git/commitdiff/d54eaba93eb9d52ea1d0786cad5206f9594725ed
More information about the pld-cvs-commit
mailing list