Przeglądaj źródła

Remove zlib and openssl for hestia-php package.

Raphael Schneeberger 7 lat temu
rodzic
commit
a73841646c
1 zmienionych plików z 0 dodań i 2 usunięć
  1. 0 2
      src/hst_autocompile.sh

+ 0 - 2
src/hst_autocompile.sh

@@ -192,10 +192,8 @@ if [ "$PHP_B" = true ] ; then
   # Configure PHP
   # Configure PHP
   ./configure   --prefix=/usr/local/hestia/php \
   ./configure   --prefix=/usr/local/hestia/php \
               --enable-fpm \
               --enable-fpm \
-              --with-zlib \
               --with-fpm-user=admin \
               --with-fpm-user=admin \
               --with-fpm-group=admin \
               --with-fpm-group=admin \
-              --with-openssl \
               --with-libdir=lib/x86_64-linux-gnu \
               --with-libdir=lib/x86_64-linux-gnu \
               --with-mysqli \
               --with-mysqli \
               --with-curl \
               --with-curl \