mirror of
https://github.com/php/php-src.git
synced 2024-11-24 10:24:11 +08:00
Fixed bug #78314 (missing freetype support/functions with external gd)
This commit is contained in:
parent
6de97402b5
commit
a85e4d5336
4
NEWS
4
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)
|
||||
|
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user