From: Bernd Zeimetz Date: Thu, 17 Apr 2008 17:06:57 +0000 (+0200) Subject: Add fixed path for tcllib X-Git-Tag: etch-backports/1.2.27-2_bpo40+1~1 X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=370050f9c0603d9cd13c0db6bcca070a84eed740;hp=d46eda34652d0c36880d88137ae41f7ecc119c96;p=pkg-rrdtool.git Add fixed path for tcllib --- 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