Skip to content

Commit

Permalink
Remove unsupported options
Browse files Browse the repository at this point in the history
WARNING: unrecognized options: --with-mcrypt, --with-mysql
  • Loading branch information
kasparsd authored May 21, 2018
1 parent 65d41d4 commit 4779d77
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@ sudo apt-get install -y \
bison \
libxml2-dev \
libbz2-dev \
libmcrypt-dev \
libicu-dev \
libssl-dev \
libcurl4-openssl-dev \
Expand Down Expand Up @@ -49,10 +48,8 @@ CONFIGURE_STRING="--prefix=/usr/local/php7 \
--with-gd \
--with-jpeg-dir \
--enable-mbstring \
--with-mcrypt \
--with-mhash \
--enable-mysqlnd \
--with-mysql=mysqlnd \
--with-mysql-sock=/var/run/mysqld/mysqld.sock \
--with-mysqli=mysqlnd \
--with-pdo-mysql=mysqlnd \
Expand Down

0 comments on commit 4779d77

Please sign in to comment.