diff options
author | Eugene Lamskoy | 2023-02-22 18:02:10 +0200 |
---|---|---|
committer | Eugene Lamskoy | 2023-02-22 18:02:10 +0200 |
commit | 9ab3feaeafbf9dae6a22160e3f553da8931acf34 (patch) | |
tree | 25eef03c28362d990fb93c0c9b805c97276e1154 /recode-php5.3.patch | |
parent | 2047899ce96ed15a2b7a69615cc82989c0d98156 (diff) | |
download | aur-9ab3feaeafbf9dae6a22160e3f553da8931acf34.tar.gz |
php56 modern version
Diffstat (limited to 'recode-php5.3.patch')
-rw-r--r-- | recode-php5.3.patch | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/recode-php5.3.patch b/recode-php5.3.patch new file mode 100644 index 000000000000..f7fa0105b78d --- /dev/null +++ b/recode-php5.3.patch @@ -0,0 +1,10 @@ +--- a/ext/recode/config9.m4 ++++ b/ext/recode/config9.m4 +@@ -13,6 +13,6 @@ + fi + + if test -n "$recode_conflict"; then +- AC_MSG_ERROR([recode extension can not be configured together with:$recode_conflict]) ++ AC_MSG_WARN([recode extension can not be configured together with:$recode_conflict]) + fi + fi |