]> git.pld-linux.org Git - packages/quagga.git/commitdiff
- added completion patch against readline 6 library:
authorTomasz Pala <gotar@pld-linux.org>
Fri, 8 May 2009 15:51:30 +0000 (15:51 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
  as rl_completion_append_character and rl_completion_suppress_append are
  reset to defaults we need to reinit in completion function

Changed files:
    quagga-readline.patch -> 1.1
    quagga.spec -> 1.57

quagga-readline.patch [new file with mode: 0644]
quagga.spec

diff --git a/quagga-readline.patch b/quagga-readline.patch
new file mode 100644 (file)
index 0000000..4a51c7a
--- /dev/null
@@ -0,0 +1,11 @@
+diff -urN quagga-0.99.11.orig/vtysh/vtysh.c quagga-0.99.11/vtysh/vtysh.c
+--- quagga-0.99.11.orig/vtysh/vtysh.c  2008-09-05 16:27:26.000000000 +0200
++++ quagga-0.99.11/vtysh/vtysh.c       2009-05-08 17:41:22.000000000 +0200
+@@ -679,6 +679,7 @@
+       rl_pending_input = ' ';
+     }
++  rl_completion_suppress_append = 1;
+   return matches;
+ }
index 688dc8143f19630325ca22e35d85b4e79e65994b..2a7801ce3eb5829a0ae5e491903f23e3927fc9d0 100644 (file)
@@ -40,6 +40,7 @@ Patch7:               %{name}-link.patch
 Patch8:                %{name}-view_commands.patch
 Patch9:                %{name}-save_history.patch
 Patch10:       %{name}-0.99.11-BGP-4-byte-ASN-bug-fixes.patch
+Patch11:       %{name}-readline.patch
 URL:           http://www.quagga.net/
 BuildRequires: autoconf >= 2.53
 BuildRequires: automake
@@ -209,6 +210,7 @@ Statyczne wersje bibliotek quagga.
 %patch8 -p1
 %patch9 -p1
 %patch10 -p1
+%patch11 -p1
 
 %build
 %{__libtoolize}
This page took 0.038227 seconds and 4 git commands to generate.