]> git.pld-linux.org Git - packages/php.git/commitdiff
consistent libtool dep
authorElan Ruusamäe <glen@delfi.ee>
Mon, 7 Sep 2015 10:34:49 +0000 (13:34 +0300)
committerElan Ruusamäe <glen@delfi.ee>
Mon, 7 Sep 2015 10:34:52 +0000 (13:34 +0300)
so that runtime and build time versions match

php.spec

index dcbd919f6f215da0ea826fcf14c1af1b077f2808..44d136f2d70c1ac27dce1d1aef455c8e0ab2cc20 100644 (file)
--- a/php.spec
+++ b/php.spec
@@ -271,7 +271,7 @@ BuildRequires:      libltdl-devel >= 1.4
 BuildRequires: libmcrypt-devel >= 2.4.4
 BuildRequires: libpng-devel >= 1.0.8
 %if "%{pld_release}" != "ac"
-BuildRequires: libtool >= 2:2.2
+BuildRequires: libtool >= 2:2.4.6
 %else
 BuildRequires: libtool >= 1.4.3
 %endif
@@ -605,7 +605,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
This page took 0.064313 seconds and 4 git commands to generate.