]> granicus.if.org Git - php/commitdiff
Fixed bug #78574 (broken shared build)
authorRemi Collet <remi@php.net>
Fri, 20 Sep 2019 11:30:13 +0000 (13:30 +0200)
committerRemi Collet <remi@php.net>
Fri, 20 Sep 2019 11:30:13 +0000 (13:30 +0200)
NEWS
ext/gmp/config.m4

diff --git a/NEWS b/NEWS
index 106cb28f3ea85075581d655ac0c13c7a9f349607..1a1e3e43d5148f5f339c8405fde2ac3b2632265c 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -5,6 +5,9 @@ PHP                                                                        NEWS
 - FFI:
   . Fixed bug #78543 (is_callable() on FFI\CData throws Exception). (cmb)
 
+- GMP:
+  . Fixed bug #78574 (broken shared build). (Remi)
+
 19 Sep 2019, PHP 7.4.0RC2
 
 - Core:
index aa4936b3c32c0afdfee25401953121d9907496e4..fa55751cf166009a1a74d9056bddd9f548102d4c 100644 (file)
@@ -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)