]> git.pld-linux.org Git - packages/php.git/commitdiff
drop --enable-gd-native-ttf: no longer exists
authorElan Ruusamäe <glen@pld-linux.org>
Tue, 22 Aug 2017 20:21:48 +0000 (23:21 +0300)
committerElan Ruusamäe <glen@pld-linux.org>
Tue, 22 Aug 2017 20:21:48 +0000 (23:21 +0300)
https://github.com/php/php-src/commit/494c5dc77ae92d21db915abada2ecefaca620543

commit 494c5dc77ae92d21db915abada2ecefaca620543
Author: Christoph M. Becker <cmbecker69@gmx.de>
Date:   Wed Sep 14 00:28:36 2016 +0200

    Remove effectless --enable-gd-native-ttf and USE_GD_IMGSTRTTF

    --enable-gd-native-ttf did set USE_GD_IMGSTRTTF, which is otherwise unused
    as of commit 8a90aad3 (i.e. PHP 5.5.0), at least.

php.spec

index 5c7870fe261f2102cc3c6df75a826024c0910350..1c8fefa605e536b7dc2169439c1f4871da029f68 100644 (file)
--- a/php.spec
+++ b/php.spec
@@ -1,7 +1,6 @@
 # TODO 7.2:
 # - https://github.com/php/php-src/blob/php-7.2.0alpha3/UPGRADING
 # - --with-password-argon2 https://wiki.php.net/rfc/argon2_password_hash
-# - configure: WARNING: unrecognized options: --enable-gd-native-ttf
 # TODO 5.6:
 # - enable --with-fpm-systemd, but ensure it checks for sd_booted()
 # - build with system libgd 2.1, see 73c5128
@@ -2314,7 +2313,6 @@ for sapi in $sapis; do
        %{__enable_disable exif exif shared} \
        %{__enable_disable fileinfo fileinfo shared} \
        %{__enable_disable ftp ftp shared} \
-       --enable-gd-native-ttf \
        %{?with_intl:--enable-intl=shared} \
        --enable-libxml \
        %{__enable_disable mbstring mbstring shared,all} \
This page took 0.047122 seconds and 4 git commands to generate.