From ac8f3cbef9305d1853a21794212625c1cd905aba Mon Sep 17 00:00:00 2001 From: Bernd Zeimetz Date: Thu, 17 Apr 2008 19:13:19 +0200 Subject: [PATCH] Update the right tcl include path. --- debian/rules | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debian/rules b/debian/rules index 4be5bfa..4171e2b 100755 --- a/debian/rules +++ b/debian/rules @@ -88,7 +88,7 @@ build-arch: build-arch-stamp $(PY_VERS:%=build-python%) build-arch-stamp: config.status #configure forgets to set TCL_INC_DIR. - make TCL_INC_DIR=/usr/include/tcl + make TCL_INC_DIR=/usr/include/tcl8.4 #Fix library path to tcl bindings sed -i -e 's|lib/|lib/tcltk/rrdtool-tcl/|' bindings/tcl/pkgIndex.tcl touch $@ -- 2.30.2