From: Wilfried Göesgens Date: Mon, 19 Apr 2010 10:05:25 +0000 (+0000) Subject: * add the IO-Debug statement to the comment howto build .debs with devel support X-Git-Tag: v7.86~267 X-Git-Url: https://code.citadel.org/?p=citadel.git;a=commitdiff_plain;h=0a74941201f57008fc2ed8aaa4ff93b8e1d8ad45 * add the IO-Debug statement to the comment howto build .debs with devel support --- diff --git a/webcit/debian/rules b/webcit/debian/rules index d145623e0..31541862d 100755 --- a/webcit/debian/rules +++ b/webcit/debian/rules @@ -17,7 +17,7 @@ DESTDIR=$(CURDIR)/debian/citadel-webcit EXTRA_ARGS= PROFILE_ARGS= -#to enable debugging: export DEB_BUILD_OPTIONS="debug profiling compression urldebug" +#to enable debugging: export DEB_BUILD_OPTIONS="debug profiling compression urldebug iodbg" ifneq (,$(findstring profiling,$(DEB_BUILD_OPTIONS))) PROFILE_ARGS= --with-gprof @@ -33,6 +33,11 @@ ifneq (,$(findstring urldebug,$(DEB_BUILD_OPTIONS))) CFLAGS += -D DEBUG_URLSTRINGS endif +ifneq (,$(findstring iodbg,$(DEB_BUILD_OPTIONS))) + CFLAGS += -D SERV_TRACE +endif + + configure: patch configure-stamp configure-stamp: dh_testdir