From 0c6603c6f7790d09904e695e9d75155462f9ea26 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Wed, 20 May 2020 11:27:42 +0200 Subject: use php-config from embed SAPI to reduce used libs --- php-7.4.0-embed.patch | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'php-7.4.0-embed.patch') diff --git a/php-7.4.0-embed.patch b/php-7.4.0-embed.patch index 1bfd1da..1c743c2 100644 --- a/php-7.4.0-embed.patch +++ b/php-7.4.0-embed.patch @@ -18,7 +18,7 @@ diff -up php-5.5.30/scripts/php-config.in.old php-5.5.30/scripts/php-config.in php_cgi_binary=NONE configure_options="@CONFIGURE_OPTIONS@" -php_sapis="@PHP_INSTALLED_SAPIS@" -+php_sapis="apache2handler embed fpm @PHP_INSTALLED_SAPIS@" ++php_sapis="apache2handler litespeed fpm @PHP_INSTALLED_SAPIS@" ini_dir="@EXPANDED_PHP_CONFIG_FILE_SCAN_DIR@" ini_path="@EXPANDED_PHP_CONFIG_FILE_PATH@" -- cgit