From 0a74941201f57008fc2ed8aaa4ff93b8e1d8ad45 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Wilfried=20G=C3=B6esgens?= Date: Mon, 19 Apr 2010 10:05:25 +0000 Subject: [PATCH] * add the IO-Debug statement to the comment howto build .debs with devel support --- webcit/debian/rules | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) 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 -- 2.30.2