File tree Expand file tree Collapse file tree 1 file changed +7
-1
lines changed
Expand file tree Collapse file tree 1 file changed +7
-1
lines changed Original file line number Diff line number Diff line change @@ -459,7 +459,11 @@ if [ "$PHP_B" = true ] ; then
459459 # Download and unpack source files
460460 cd $BUILD_DIR
461461 download_file $PHP ' -' | tar xz
462-
462+ download_file $OPENSSL ' -' | tar xz
463+
464+ # Rename openssl folder
465+ mv openssl-$OPENSSL_V openssl
466+
463467 # Change to untarred php directory
464468 cd $BUILD_DIR_PHP
465469
@@ -470,6 +474,7 @@ if [ "$PHP_B" = true ] ; then
470474 --with-fpm-user=admin \
471475 --with-fpm-group=admin \
472476 --with-libdir=lib/x86_64-linux-gnu \
477+ --with-openssl=$BUILD_DIR \
473478 --with-mysqli \
474479 --with-gettext \
475480 --with-curl \
@@ -482,6 +487,7 @@ if [ "$PHP_B" = true ] ; then
482487 --with-fpm-user=admin \
483488 --with-fpm-group=admin \
484489 --with-libdir=lib/aarch64-linux-gnu \
490+ --with-openssl=$BUILD_DIR \
485491 --with-mysqli \
486492 --with-gettext \
487493 --with-curl \
You can’t perform that action at this time.
0 commit comments