summaryrefslogtreecommitdiff
path: root/user/php7/enchant-2.patch
diff options
context:
space:
mode:
authorA. Wilcox <awilcox@wilcox-tech.com>2020-04-05 13:57:10 +0000
committerA. Wilcox <awilcox@wilcox-tech.com>2020-04-05 13:57:10 +0000
commit36b28239a67475e728fc48a2716afd0f16f99a68 (patch)
tree0ef9c4511a75c14f4fa239c3b46671ffbd064a77 /user/php7/enchant-2.patch
parent343e40efb539159bff58339cae63279e2a7cf9c2 (diff)
parent0f35e5c26e10182ff2dcd83cfc3c716c0cd66e87 (diff)
downloadpackages-36b28239a67475e728fc48a2716afd0f16f99a68.tar.gz
packages-36b28239a67475e728fc48a2716afd0f16f99a68.tar.bz2
packages-36b28239a67475e728fc48a2716afd0f16f99a68.tar.xz
packages-36b28239a67475e728fc48a2716afd0f16f99a68.zip
Merge branch 'fix/php-enchant' into 'master'
user/php7: fix build with dash-binsh (hopefully) See merge request adelie/packages!424
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
+ ])