summaryrefslogtreecommitdiff
path: root/travis/compile.sh
diff options
context:
space:
mode:
Diffstat (limited to 'travis/compile.sh')
-rwxr-xr-xtravis/compile.sh9
1 files changed, 6 insertions, 3 deletions
diff --git a/travis/compile.sh b/travis/compile.sh
index fa0a2fcfa1..346460c874 100755
--- a/travis/compile.sh
+++ b/travis/compile.sh
@@ -15,9 +15,9 @@ fi
--quiet \
$DEBUG \
$TS \
+--enable-phpdbg \
--enable-fpm \
--with-pdo-mysql=mysqlnd \
---with-mysql=mysqlnd \
--with-mysqli=mysqlnd \
--with-pgsql \
--with-pdo-pgsql \
@@ -51,13 +51,16 @@ $TS \
--with-openssl \
--with-gmp \
--enable-bcmath \
---enable-phpdbg \
--enable-calendar \
--enable-ftp \
--with-pspell=/usr \
---with-recode=/usr \
--with-enchant=/usr \
--enable-wddx \
+--with-imap \
+--with-imap-ssl \
+--with-freetype-dir=/usr \
+--with-xpm-dir=/usr \
+--with-kerberos \
--enable-sysvmsg
make -j2 --quiet
make install