Skip to content

Commit b673282

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 b673282

File tree

2 files changed

+88
-0
lines changed

2 files changed

+88
-0
lines changed

default_configure_options.focal-7.2

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

default_configure_options.focal-7.3

Lines changed: 45 additions & 0 deletions
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)