X-Git-Url: https://git.sven.stormbind.net/?a=blobdiff_plain;f=debian%2Frules;h=733c00840cb946829fc5686732b5540cff513969;hb=e0526816fa95528fbc8b212c311bb2cc268d42b7;hp=82b2120390fb728c250307a6c2cf2d7868019582;hpb=eefeec2c754fafab48b2f14a957969eccfc38889;p=sven%2Ftclcurl.git diff --git a/debian/rules b/debian/rules index 82b2120..733c008 100755 --- a/debian/rules +++ b/debian/rules @@ -19,13 +19,15 @@ CONFIGURE_OPTIONS += \ --mandir=/usr/share/man \ --infodir=/usr/share/info \ --enable-threads \ + --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