php 7.4.25 enable-gd

This commit is contained in:
Rmys
2021-10-31 19:10:35 +02:00
committed by GitHub
parent 32c204302a
commit c88fe9613e
2 changed files with 12 additions and 3 deletions
+4 -2
View File
@@ -15,10 +15,10 @@ def extensions():
configure_enabled = [
'exif', 'ftp', 'soap', 'sockets', 'bcmath',
'dom', 'wddx', 'tokenizer', 'simplexml', 'mbstring', 'calendar',
'gd-native-ttf'
'gd-native-ttf', 'gd'
]
configure_shared = [
'dba', 'embedded-mysqli', 'zip'
'dba', 'embedded-mysqli', 'zip', 'gd'
]
configure_with = [
'bz2', 'curl', 'iconv', 'mysql', 'mysqli', 'kerberos', 'sqlite3',
@@ -88,6 +88,8 @@ def setup():
--with-pic \
--with-libzip \
--with-gnu-ld \
--enable-gd=shared \
--with-external-gd \
--with-system-tzdata=/usr/share/zoneinfo \
--with-mcrypt=/usr/bin/mcrypt \
--with-imap=shared \