summaryrefslogtreecommitdiff
path: root/user/php7/enchant-2.patch
diff options
context:
space:
mode:
Diffstat (limited to 'user/php7/enchant-2.patch')
-rw-r--r--user/php7/enchant-2.patch11
1 files changed, 11 insertions, 0 deletions
diff --git a/user/php7/enchant-2.patch b/user/php7/enchant-2.patch
index 709345cf0..9d421c3bf 100644
--- a/user/php7/enchant-2.patch
+++ b/user/php7/enchant-2.patch
@@ -63,3 +63,14 @@
}
/* }}} */
+--- php-7.4.4/build/php.m4 2020-03-17 06:40:21.000000000 -0400
++++ php-7.4.4/build/php.m4 2020-04-05 09:27:14.634620646 -0400
+@@ -1541,7 +1541,7 @@ AC_DEFUN([PHP_CHECK_LIBRARY], [
+ ],[
+ LDFLAGS=$save_old_LDFLAGS
+ ext_shared=$save_ext_shared
+- unset ac_cv_lib_$1[]_$2
++ unset ac_cv_lib_[]translit($1, -, _)_$2
+ $4
+ ])dnl
+ ])