From 370050f9c0603d9cd13c0db6bcca070a84eed740 Mon Sep 17 00:00:00 2001 From: Bernd Zeimetz Date: Thu, 17 Apr 2008 19:06:57 +0200 Subject: [PATCH 1/1] Add fixed path for tcllib --- debian/rules | 2 ++ 1 file changed, 2 insertions(+) diff --git a/debian/rules b/debian/rules index ecbaa92..4be5bfa 100755 --- a/debian/rules +++ b/debian/rules @@ -50,6 +50,8 @@ CONFFLAGS += --with-perl-options=INSTALLDIRS=vendor #path to our ttf font CONFFLAGS += --with-rrd-default-font=/usr/share/rrdtool/librrd$(LIB_major)/DejaVuSansMono-Roman.ttf +#path to tcl +CONFFLAGS += --with-tcllib=/usr/lib/tcl$(TCL_VERS) #let's take care of optimization + debug builds CFLAGS += -Wall -g -- 2.30.2