]> git.pld-linux.org Git - packages/php.git/commitdiff
build with system gd
authorElan Ruusamäe <glen@pld-linux.org>
Tue, 22 Aug 2017 20:30:00 +0000 (23:30 +0300)
committerElan Ruusamäe <glen@pld-linux.org>
Tue, 22 Aug 2017 20:46:23 +0000 (23:46 +0300)
imageantialias no longer wrapped with HAVE_GD_BUNDLED

php.spec

index 1c8fefa605e536b7dc2169439c1f4871da029f68..797ec8ef7e33d2bc341f2ed1fcde1e6aa88eecc3 100644 (file)
--- a/php.spec
+++ b/php.spec
@@ -3,7 +3,6 @@
 # - --with-password-argon2 https://wiki.php.net/rfc/argon2_password_hash
 # TODO 5.6:
 # - enable --with-fpm-systemd, but ensure it checks for sd_booted()
-# - build with system libgd 2.1, see 73c5128
 # TODO 5.4:
 # - update imap annotations patch (needs api porting)
 # - update imap myrights patch (needs api porting)
 %bcond_without instantclient   # build Oracle oci8 extension module against oracle-instantclient package
 %bcond_with    interbase_inst  # use InterBase install., not Firebird  (BR: proprietary libs)
 %bcond_with    mm              # without mm support for session storage
-%bcond_with    system_gd       # with system gd (imageantialias function is missing then)
+%bcond_without system_gd       # system gd
 %bcond_without system_libzip   # system libzip
 %bcond_without webp            # Without WebP support in GD extension (imagecreatefromwebp)
 
@@ -155,7 +154,7 @@ Summary(ru.UTF-8):  PHP Версии 7 - язык препроцессирова
 Summary(uk.UTF-8):     PHP Версії 7 - мова препроцесування HTML-файлів, виконувана на сервері
 Name:          %{orgname}%{php_suffix}
 Version:       7.2.0
-Release:       0.13
+Release:       0.15
 Epoch:         4
 # All files licensed under PHP version 3.01, except
 # Zend is licensed under Zend
This page took 0.573146 seconds and 4 git commands to generate.