diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-05-06 01:12:15 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-05-06 01:12:15 +0000 |
commit | 602181b0f32e6960e5552302e5dd32e2cffe4611 (patch) | |
tree | 1035b319846d91f8ae39bdc64b91ec170e584a9f /debian/patches/nested_tables.patch | |
parent | Adding upstream version 2.8.9rel.1. (diff) | |
download | lynx-602181b0f32e6960e5552302e5dd32e2cffe4611.tar.xz lynx-602181b0f32e6960e5552302e5dd32e2cffe4611.zip |
Adding debian version 2.8.9rel.1-3+deb10u1.debian/2.8.9rel.1-3+deb10u1debian
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'debian/patches/nested_tables.patch')
-rw-r--r-- | debian/patches/nested_tables.patch | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/debian/patches/nested_tables.patch b/debian/patches/nested_tables.patch new file mode 100644 index 0000000..a36fd67 --- /dev/null +++ b/debian/patches/nested_tables.patch @@ -0,0 +1,15 @@ +Description: turn off nested-tables option +Author: Denis Briand <debian@denis-briand.fr> +Bug-Debian: https://bugs.debian.org/387555 + +--- a/lynx.cfg ++++ b/lynx.cfg +@@ -3033,7 +3033,7 @@ + # It is enabled by default when the COLOR_STYLE configuration is used, + # and false otherwise. + # +-#NESTED_TABLES: true ++NESTED_TABLES: false + + .h2 ASSUMED_COLOR + # If built with a library that recognizes default colors (usually ncurses or |