Przeglądaj źródła

Updated php to support gettext

Jaap Marcus 5 lat temu
rodzic
commit
4a7cfa3c5c
2 zmienionych plików z 2 dodań i 1 usunięć
  1. 1 1
      src/deb/php/control
  2. 1 0
      src/hst_autocompile.sh

+ 1 - 1
src/deb/php/control

@@ -6,7 +6,7 @@ Section: admin
 Maintainer: HestaCP <info@hestiacp.com>
 Homepage: https://www.hestiacp.com
 Architecture: amd64
-Depends: hestia, libzip5 | libzip4, unzip, libonig5 | libonig4 | libonig2
+Depends: hestia, libzip5 | libzip4, unzip, gettext ,libonig5 | libonig4 | libonig2
 Description: hestia php-fpm
  hestia is an open source hosting control panel.
  hestia has a clean and focused interface without the clutter.

+ 1 - 0
src/hst_autocompile.sh

@@ -339,6 +339,7 @@ if [ "$PHP_B" = true ] ; then
                 --with-fpm-group=admin \
                 --with-libdir=lib/x86_64-linux-gnu \
                 --with-mysqli \
+                --with-gettext \
                 --with-curl \
                 --with-zip \
                 --with-gmp \