Skip to content
This repository has been archived by the owner on Jan 19, 2019. It is now read-only.

Commit

Permalink
Drop ftp extension, helps with 11.10 compilation issues.
Browse files Browse the repository at this point in the history
Move intl and openssl (that cause 11.10 build failures) to the top so that they are easy to disable for testing.
  • Loading branch information
michaelklishin committed Mar 15, 2012
1 parent 141ff08 commit 353a547
Showing 1 changed file with 2 additions and 3 deletions.
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
--enable-intl
--with-openssl
--without-pear
--with-gd
--with-jpeg-dir=/usr
Expand All @@ -6,13 +8,11 @@
--enable-zip
--with-zlib
--with-zlib-dir=/usr
--with-openssl
--with-mcrypt=/usr
--with-pdo-sqlite
--enable-soap
--enable-xmlreader
--with-xsl
--enable-ftp
--with-curl=/usr
--with-tidy
--with-xmlrpc
Expand All @@ -28,7 +28,6 @@
--with-curl
--with-pgsql
--with-pdo-pgsql
--enable-intl
--with-gettext
--enable-sockets
--with-bz2
Expand Down

0 comments on commit 353a547

Please sign in to comment.