Package: libestools1.2
Version: 1:1.2.3-9.4
Severity: normal
Tags: patch

This library can't be used in plug-ins, only in stand-alone executables.
The attached patch fixes this.
--- speech-tools-1.2.3.orig/siod/slib.cc	2003-01-13 17:44:16.000000000 +0100
+++ speech-tools-1.2.3/siod/slib.cc	2007-01-20 12:30:47.000000000 +0100
@@ -127,7 +127,7 @@
 long interrupt_differed = 0;
 LISP oblistvar = NIL;
 LISP current_env = NIL;
-LISP backtrace = NIL;
+static LISP backtrace = NIL;
 LISP restricted = NIL;
 LISP truth = NIL;
 LISP eof_val = NIL;

Reply via email to