Fixed bug #78314 (missing freetype support/functions with external gd)

This commit is contained in:
Remi Collet 2019-07-20 07:57:13 +02:00
parent 6de97402b5
commit a85e4d5336
2 changed files with 7 additions and 0 deletions

4
NEWS
View File

@ -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)

View 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)