Skip to content

Commit a738416

Browse files
committed
Remove zlib and openssl for hestia-php package.
1 parent 6fb09dc commit a738416

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/hst_autocompile.sh

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -192,10 +192,8 @@ if [ "$PHP_B" = true ] ; then
192192
# Configure PHP
193193
./configure --prefix=/usr/local/hestia/php \
194194
--enable-fpm \
195-
--with-zlib \
196195
--with-fpm-user=admin \
197196
--with-fpm-group=admin \
198-
--with-openssl \
199197
--with-libdir=lib/x86_64-linux-gnu \
200198
--with-mysqli \
201199
--with-curl \

0 commit comments

Comments
 (0)