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:06:57 +0000 (19:06 +0200)
debian/rules

index ecbaa925dee04c5d64f508fccf98f597adfec0f3..4be5bfa6d23ef3af1a436dd9b8117f7227341f49 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