]> granicus.if.org Git - php/commitdiff
Fixed bug #78314 (missing freetype support/functions with external gd)
authorRemi Collet <remi@php.net>
Sat, 20 Jul 2019 05:57:13 +0000 (07:57 +0200)
committerRemi Collet <remi@php.net>
Sat, 20 Jul 2019 05:57:13 +0000 (07:57 +0200)
NEWS
ext/gd/config.m4

diff --git a/NEWS b/NEWS
index 10cb9641c18e4e174a9d7e69cdc005fabfa47ffb..c62b1efe1b1b45365608c6db42d6f09e0b883841 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -10,6 +10,10 @@ PHP                                                                        NEWS
     process substitution). (Nikita)
   . Fixed bug #52752 (Crash when lexing). (Nikita)
 
+- GD:
+  . Fixed bug #78314 (missing freetype support/functions with external gd)
+    (Remi)
+
 - Libxml:
   . Fixed bug #78279 (libxml_disable_entity_loader settings is shared between
     requests (cgi-fcgi)). (Nikita)
index 742ed412cdb983ee158e79f76018a769a57fe33e..662a9c8c2e69b3cac96bc4f01adacb4cf16ea086 100644 (file)
@@ -177,6 +177,9 @@ dnl Various checks for GD features
     ], [ $GD_SHARED_LIBADD ], [char foobar () {}])
 
   else
+    PHP_GD_XPM
+    PHP_GD_FREETYPE2
+
     extra_sources="gd_compat.c"
     PKG_CHECK_MODULES([GDLIB], [gdlib >= 2.1.0])
     PHP_EVAL_LIBLINE($GDLIB_LIBS, GD_SHARED_LIBADD)