This commit is contained in:
Bozhidar Slaveykov 2023-11-26 03:05:54 +02:00
parent 7eb598f9ee
commit 58208b0f08
3 changed files with 2 additions and 2 deletions

View file

@ -26,8 +26,8 @@ sudo ./configure --prefix=/usr/local/phyre/php \
--with-gettext \
--with-curl \
--with-zip \
--enable-mbstring \
--with-libdir=lib/$(arch)-linux-gnu
--enable-mbstring
# --with-libdir=lib/$(arch)-linux-gnu
# Compile PHP
sudo make