summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--debian/patches/add_yodl_4_support_to_yodl_version_check.patch15
-rw-r--r--debian/patches/series1
2 files changed, 16 insertions, 0 deletions
diff --git a/debian/patches/add_yodl_4_support_to_yodl_version_check.patch b/debian/patches/add_yodl_4_support_to_yodl_version_check.patch
new file mode 100644
index 000000000..0a3beca7f
--- /dev/null
+++ b/debian/patches/add_yodl_4_support_to_yodl_version_check.patch
@@ -0,0 +1,15 @@
+Description: Add support for yodl 4 to yodl version check
+Author: Axel Beckert <abe@debian.org>
+Bugs-Debian: https://bugs.debian.org/865492
+Forwarded: https://www.zsh.org/cgi-bin/mla/redirect?WORKERNUMBER=41342
+
+--- a/configure.ac
++++ b/configure.ac
+@@ -628,6 +628,7 @@
+ case `yodl --version` in
+ *"version 2."*) YODL_OPTIONS='-k' ;;
+ *"version 3."*) YODL_OPTIONS='-k -L' ;;
++ *"version 4."*) YODL_OPTIONS='-k -L' ;;
+ esac
+ fi
+ AC_SUBST(YODL_OPTIONS)
diff --git a/debian/patches/series b/debian/patches/series
index 21838bb34..291a424cb 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -7,3 +7,4 @@ cherry-pick_8d4c9854_zero_new_space_allocated_in_prompt_buffer.patch
cherry-pick_48cadf48_be_more_careful_with_pattern_allocation_in_history_isearch.patch
cherry-pick_ebd7fdd9_fix_setting_of_parameter_values_in_compvalues.patch
cherry-pick_2e76fb80_turn_off_POSIX_IDENTIFIERS_option_in_completion.patch
+add_yodl_4_support_to_yodl_version_check.patch