X-Git-Url: https://git.sven.stormbind.net/?p=sven%2Fmysqltcl.git;a=blobdiff_plain;f=debian%2Frules;h=723bf5212a509546c09b2be54d10efa73de96089;hp=906519a60eabb273a59d6e3582181368dc1c86d1;hb=720176e8674fb8fdbd995f665720a6dce86d7798;hpb=2d266e7b64a43fdf41e9300a6356d22997a1a86d diff --git a/debian/rules b/debian/rules index 906519a..723bf52 100755 --- a/debian/rules +++ b/debian/rules @@ -19,13 +19,15 @@ CONFIGURE_OPTIONS += \ --enable-threads \ --mandir=/usr/share/man \ --infodir=/usr/share/info \ + --with-tcl=/usr/lib \ + --with-tclinclude=/usr/include/tcl \ LDFLAGS += -Wl,-z,defs -Wl,--as-needed -CFLAGS += -Wall -g +CFLAGS = -Wall -g -ifeq (,$(findstring noopt,$(DEB_BUILD_OPTIONS))) +ifneq (,$(findstring noopt,$(DEB_BUILD_OPTIONS))) CFLAGS += -O0 else CFLAGS += -O2