summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: c74aba3)
raw | patch | inline | side by side (parent: c74aba3)
author | Alin Dobre <alinmd@gmail.com> | |
Fri, 11 Oct 2013 09:50:40 +0000 (10:50 +0100) | ||
committer | Alin Dobre <alinmd@gmail.com> | |
Fri, 11 Oct 2013 09:50:40 +0000 (10:50 +0100) |
Signed-off-by: Alin Dobre <alinmd@gmail.com>
debian/patches/series | patch | blob | history | |
debian/patches/tcl-8.5 | [deleted file] | patch | blob | history |
diff --git a/debian/patches/series b/debian/patches/series
index 76fd6d3aa26f1227b112a9e593b895633a5e9e45..a8995e2ed60c594da3099e61cee24f034cec097f 100644 (file)
--- a/debian/patches/series
+++ b/debian/patches/series
no-rpath-for-perl
implicit-decl-fix
bts530814-hurd
-tcl-8.5
ruby_bindings_format_string.patch
bts664724-rrdcached-j-segfault
diff --git a/debian/patches/tcl-8.5 b/debian/patches/tcl-8.5
--- a/debian/patches/tcl-8.5
+++ /dev/null
@@ -1,12 +0,0 @@
-diff a/bindings/tcl/tclrrd.c b/bindings/tcl/tclrrd.c
---- a/bindings/tcl/tclrrd.c
-+++ b/bindings/tcl/tclrrd.c
-@@ -678,7 +678,7 @@ static int init(
- if (Tcl_InitStubs(interp, TCL_VERSION, 0) == NULL)
- return TCL_ERROR;
-
-- if (Tcl_PkgRequire(interp, "Tcl", TCL_VERSION, 1) == NULL) {
-+ if (Tcl_PkgRequire(interp, "Tcl", TCL_VERSION, 0) == NULL) {
- return TCL_ERROR;
- }
-