Skip to content

Commit

Permalink
Well, turns out we have to pass yes here
Browse files Browse the repository at this point in the history
  • Loading branch information
kasparsd committed Aug 4, 2018
1 parent 369e71a commit 3545ae6
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -34,9 +34,6 @@ git fetch --tags --prune
git checkout tags/php-7.2.8
./buildconf --force

# Enable MySQL socket search during the build.
export PHP_MYSQL_SOCK=yes

CONFIGURE_STRING="--prefix=/usr/local/php7 \
--enable-huge-code-pages \
--with-config-file-scan-dir=/usr/local/php7/etc/conf.d \
Expand All @@ -54,6 +51,7 @@ CONFIGURE_STRING="--prefix=/usr/local/php7 \
--with-mhash \
--enable-mysqlnd \
--with-mysqli \
--with-mysql-sock=yes \
--with-pdo-mysql \
--with-openssl \
--enable-pcntl \
Expand Down

0 comments on commit 3545ae6

Please sign in to comment.