Skip to content

Commit cce8ac6

Browse files
committed
Disable freetype on PHP 7.2, 7.3 on focal
7.2, 7.3 uses `freetyp-config` in configure, but focal has removed this in favor of `pkg-config`, which 7.4 uses. We build these versions of PHP on focal, in case they are useful.
1 parent 8cc82df commit cce8ac6

2 files changed

+89
-0
lines changed

default_configure_options.focal-7.2

+44
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,44 @@
1+
--enable-intl
2+
--with-openssl
3+
--without-pear
4+
--with-gd
5+
--with-jpeg
6+
--enable-exif
7+
--with-zlib
8+
--with-zlib-dir=/usr
9+
--with-pdo-sqlite
10+
--enable-soap
11+
--enable-xmlreader
12+
--with-xsl
13+
--enable-ftp
14+
--with-tidy
15+
--with-xmlrpc
16+
--enable-sysvsem
17+
--enable-sysvshm
18+
--enable-sysvmsg
19+
--enable-shmop
20+
--with-mysqli=mysqlnd
21+
--with-pdo-mysql=mysqlnd
22+
--enable-pcntl
23+
--with-readline
24+
--enable-mbstring
25+
--with-curl
26+
--with-pgsql
27+
--with-pdo-pgsql
28+
--with-gettext
29+
--enable-sockets
30+
--with-bz2
31+
--enable-bcmath
32+
--enable-calendar
33+
--with-libdir=lib
34+
--enable-fpm
35+
--enable-maintainer-zts
36+
--with-gmp
37+
--with-kerberos
38+
--with-imap
39+
--with-imap-ssl
40+
--with-kerberos
41+
--with-ldap
42+
--with-ldap-sasl
43+
--enable-dba
44+
--with-cdb

default_configure_options.focal-7.3

+45
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,45 @@
1+
--enable-intl
2+
--with-openssl
3+
--without-pear
4+
--enable-gd
5+
--with-jpeg=/usr
6+
--without-freetype
7+
--enable-exif
8+
--with-zlib
9+
--with-zlib-dir=/usr
10+
--with-pdo-sqlite
11+
--enable-soap
12+
--enable-xmlreader
13+
--with-xsl
14+
--enable-ftp
15+
--with-tidy
16+
--with-xmlrpc
17+
--enable-sysvsem
18+
--enable-sysvshm
19+
--enable-sysvmsg
20+
--enable-shmop
21+
--with-mysqli=mysqlnd
22+
--with-pdo-mysql=mysqlnd
23+
--enable-pcntl
24+
--with-readline
25+
--enable-mbstring
26+
--with-curl
27+
--with-pgsql
28+
--with-pdo-pgsql
29+
--with-gettext
30+
--enable-sockets
31+
--with-bz2
32+
--enable-bcmath
33+
--enable-calendar
34+
--with-libdir=lib
35+
--enable-fpm
36+
--enable-maintainer-zts
37+
--with-gmp
38+
--with-kerberos
39+
--with-imap
40+
--with-imap-ssl
41+
--with-kerberos
42+
--with-ldap
43+
--with-ldap-sasl
44+
--enable-dba
45+
--with-cdb

0 commit comments

Comments
 (0)