We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 13d8183 commit e604882Copy full SHA for e604882
src/hst_autocompile.sh
@@ -185,6 +185,7 @@ if [ "$PHP_B" = true ] ; then
185
186
# Download and unpack source files
187
wget -qO- $PHP | tar xz
188
+ wget -qO- $OPENSSL | tar xz
189
190
# Change to php directory
191
cd php-$PHP_V
@@ -195,6 +196,7 @@ if [ "$PHP_B" = true ] ; then
195
196
--with-zlib \
197
--with-fpm-user=admin \
198
--with-fpm-group=admin \
199
+ --with-openssl=../openssl-$OPENSSL_V \
200
--with-mysql \
201
--with-mysqli \
202
--with-curl \
@@ -206,6 +208,7 @@ if [ "$PHP_B" = true ] ; then
206
208
# Cleare up unused files
207
209
cd $BUILD_DIR
210
rm -r php-$PHP_V
211
+ rm -r openssl-$OPENSSL_V
212
213
# Prepare Deb Package Folder Structure
214
cd hestia-php_$HESTIA_V/
0 commit comments