diff options
Diffstat (limited to 'package/php/0002-iconv-tweak-iconv-detection.patch')
-rw-r--r-- | package/php/0002-iconv-tweak-iconv-detection.patch | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/package/php/0002-iconv-tweak-iconv-detection.patch b/package/php/0002-iconv-tweak-iconv-detection.patch index 1aa8400136..65ed6055bc 100644 --- a/package/php/0002-iconv-tweak-iconv-detection.patch +++ b/package/php/0002-iconv-tweak-iconv-detection.patch @@ -15,6 +15,8 @@ Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> [Gustavo: update for 5.6.10] Signed-off-by: Adam Duskett <aduskett@gmail.com> [aduskett@gmail.com: Update for 7.3.0] +Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de> +[Bernd: rebased for 7.4.10 & 7.4.13] --- build/php.m4 | 2 +- ext/iconv/config.m4 | 22 ---------------------- @@ -24,7 +26,7 @@ diff --git a/build/php.m4 b/build/php.m4 index 9586c490..8b3d47ed 100644 --- a/build/php.m4 +++ b/build/php.m4 -@@ -1971,7 +1971,7 @@ AC_DEFUN([PHP_SETUP_ICONV], [ +@@ -1973,7 +1973,7 @@ AC_DEFUN([PHP_SETUP_ICONV], [ dnl Check external libs for iconv funcs. if test "$found_iconv" = "no"; then |