]> git.pld-linux.org Git - packages/php.git/commitdiff
requires bison 3.0.0 now
authorElan Ruusamäe <glen@pld-linux.org>
Sun, 26 May 2019 07:09:13 +0000 (10:09 +0300)
committerElan Ruusamäe <glen@pld-linux.org>
Sun, 26 May 2019 07:09:13 +0000 (10:09 +0300)
php-shared.patch
php.spec

index 9b426c264f2308933d6615498f5a781ea10253eb..0768faa35c2b7d6bfea2188ade40208d962443f3 100644 (file)
@@ -1,15 +1,15 @@
---- php-7.0.0RC3/configure.ac~ 2015-09-26 14:55:35.000000000 +0300
-+++ php-7.0.0RC3/configure.ac  2015-09-26 15:13:29.581882625 +0300
-@@ -224,6 +224,9 @@
- dnl check for -R, etc. switch
+--- php-src-PHP-7.4/configure.ac~      2019-05-25 12:37:30.000000000 +0300
++++ php-src-PHP-7.4/configure.ac       2019-05-26 10:07:36.385580763 +0300
+@@ -202,6 +202,9 @@
+ dnl Check for -R, etc. switch.
  PHP_RUNPATH_SWITCH
  
 +dnl Always shared
 +PHP_BUILD_SHARED
 +
- dnl Checks for some support/generator progs
+ dnl Checks for some support/generator progs.
  PHP_PROG_AWK
- PHP_PROG_BISON
+ PHP_PROG_BISON([3.0.0])
 --- php-5.2.4/build/Makefile.global~   2007-08-31 19:13:58.000000000 +0300
 +++ php-5.2.4/build/Makefile.global    2007-08-31 19:19:33.799017413 +0300
 @@ -13,8 +13,12 @@
index 4d3dc73355f795e7d113b66dc8dd4dc094c6300f..b3eaf0c3db89ff8adc5a14e4e754a169ece15fc7 100644 (file)
--- a/php.spec
+++ b/php.spec
@@ -168,7 +168,7 @@ Group:              Libraries
 #Source0:      https://downloads.php.net/~cmb/php-%{version}%{subver}.tar.xz
 #Source0:      https://php.net/distributions/%{orgname}-%{version}.tar.xz
 Source0:       https://github.com/php/php-src/archive/PHP-7.4/%{orgname}-%{version}.tar.gz
-# Source0-md5: e54970ae767eae731995f5bb2b4e0f43
+# Source0-md5: 5ddd943d45880a2fa7389b6fc4aeec3a
 Source1:       opcache.ini
 Source2:       %{orgname}-mod_php.conf
 Source3:       %{orgname}-cgi-fcgi.ini
@@ -229,7 +229,7 @@ URL:                http://php.net/
 %{?with_pspell:BuildRequires:  aspell-devel >= 2:0.50.0}
 BuildRequires: autoconf >= 2.59
 BuildRequires: automake >= 1.4d
-BuildRequires: bison
+BuildRequires: bison >= 3.0.0
 BuildRequires: bzip2-devel >= 1.0.0
 %{?with_curl:BuildRequires:    curl-devel >= 7.15.5}
 BuildRequires: cyrus-sasl-devel >= 2
This page took 0.058775 seconds and 4 git commands to generate.