Code

Add fixed path for tcllib
authorBernd Zeimetz <bernd@bzed.de>
Thu, 17 Apr 2008 17:06:57 +0000 (19:06 +0200)
committerBernd Zeimetz <bernd@bzed.de>
Thu, 17 Apr 2008 17:27:09 +0000 (19:27 +0200)
debian/rules

index 87d72eb3dd809b387e609ecac7553886821099e4..27220867a86a3aba4919be8ada8bffdb8d4ff336 100755 (executable)
@@ -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