From 18e5293f6da32096545b39c8c997302b26e02593 Mon Sep 17 00:00:00 2001 From: Jakub Jirutka Date: Sun, 30 Apr 2017 13:31:29 +0200 Subject: community/php7: disable gd-jis-conv https://github.com/alpinelinux/aports/pull/893#discussion_r114062643 --- community/php7/APKBUILD | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'community/php7') diff --git a/community/php7/APKBUILD b/community/php7/APKBUILD index ddddfb5505..4d2375899d 100644 --- a/community/php7/APKBUILD +++ b/community/php7/APKBUILD @@ -75,6 +75,8 @@ prepare() { autoconf } +# Notes: +# * gd-jis-conv breaks any non-latin font rendering (vakartel). _build() { [ "$CARCH" = "s390x" ] && _disable_pcre_jit="--without-pcre-jit" @@ -109,7 +111,7 @@ _build() { --enable-fileinfo=shared \ --enable-ftp=shared \ --with-gd=shared --with-webp-dir=shared --with-jpeg-dir=shared --with-png-dir=shared --with-xpm-dir=shared \ - --with-freetype-dir=shared --enable-gd-native-ttf --enable-gd-jis-conv \ + --with-freetype-dir=shared --enable-gd-native-ttf --disable-gd-jis-conv \ --with-gettext=shared \ --with-gmp=shared \ --with-iconv=shared \ -- cgit v1.2.3