summaryrefslogtreecommitdiffstats
path: root/php-upstream.patch
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2019-10-01 11:26:07 +0200
committerRemi Collet <remi@remirepo.net>2019-10-01 11:26:07 +0200
commite9d81d22d04f6e5e4e62228f40d557e81fad61d7 (patch)
treea5faafd256ed30bc23392941b84fb895369353b4 /php-upstream.patch
parent5579b9b86cd4e9cfb168525eb562b1c19013f0f3 (diff)
7.4.0RC3
Diffstat (limited to 'php-upstream.patch')
-rw-r--r--php-upstream.patch26
1 files changed, 0 insertions, 26 deletions
diff --git a/php-upstream.patch b/php-upstream.patch
deleted file mode 100644
index f75d8d9..0000000
--- a/php-upstream.patch
+++ /dev/null
@@ -1,26 +0,0 @@
-From dc40332bb2276553ea10bca574f03a8dc9bea53d Mon Sep 17 00:00:00 2001
-From: Remi Collet <remi@php.net>
-Date: Fri, 20 Sep 2019 13:30:13 +0200
-Subject: [PATCH] Fixed bug #78574 (broken shared build)
-
----
- NEWS | 3 +++
- ext/gmp/config.m4 | 2 +-
- 2 files changed, 4 insertions(+), 1 deletion(-)
-
-diff --git a/ext/gmp/config.m4 b/ext/gmp/config.m4
-index aa4936b3c3..fa55751cf1 100644
---- a/ext/gmp/config.m4
-+++ b/ext/gmp/config.m4
-@@ -10,7 +10,7 @@ if test "$PHP_GMP" != "no"; then
- AC_MSG_ERROR([GNU MP Library version 4.2 or greater required.])
- ])
-
-- PHP_ADD_LIBRARY(gmp, GMP_SHARED_LIBADD)
-+ PHP_ADD_LIBRARY(gmp,,GMP_SHARED_LIBADD)
- else
- if test ! -f $PHP_GMP/include/gmp.h; then
- AC_MSG_ERROR(Unable to locate gmp.h)
---
-2.11.0
-