Skip to content

Commit 870cb2e

Browse files
committed
Adding missing default options for noble and requested zlib settings
1 parent 2d5d080 commit 870cb2e

File tree

3 files changed

+43
-0
lines changed

3 files changed

+43
-0
lines changed

default_configure_options.noble

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

default_configure_options.noble-8.2

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,3 +44,5 @@
4444
--with-ldap-sasl
4545
--enable-dba
4646
--with-cdb
47+
--with-zlib
48+
--with-zlib-dir=/usr

default_configure_options.noble-8.4

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,3 +42,5 @@
4242
--with-ldap-sasl
4343
--enable-dba
4444
--with-cdb
45+
--with-zlib
46+
--with-zlib-dir=/usr

0 commit comments

Comments
 (0)