diff options
author | Max Rees <maxcrees@me.com> | 2020-04-05 09:34:04 -0400 |
---|---|---|
committer | Max Rees <maxcrees@me.com> | 2020-04-05 09:34:04 -0400 |
commit | 0f35e5c26e10182ff2dcd83cfc3c716c0cd66e87 (patch) | |
tree | 0ef9c4511a75c14f4fa239c3b46671ffbd064a77 /user/php7/enchant-2.patch | |
parent | 343e40efb539159bff58339cae63279e2a7cf9c2 (diff) | |
download | packages-0f35e5c26e10182ff2dcd83cfc3c716c0cd66e87.tar.gz packages-0f35e5c26e10182ff2dcd83cfc3c716c0cd66e87.tar.bz2 packages-0f35e5c26e10182ff2dcd83cfc3c716c0cd66e87.tar.xz packages-0f35e5c26e10182ff2dcd83cfc3c716c0cd66e87.zip |
user/php7: fix build with dash-binsh (hopefully)
Diffstat (limited to 'user/php7/enchant-2.patch')
-rw-r--r-- | user/php7/enchant-2.patch | 11 |
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 + ]) |