* add the IO-Debug statement to the comment howto build .debs with devel support
authorWilfried Göesgens <willi@citadel.org>
Mon, 19 Apr 2010 10:05:25 +0000 (10:05 +0000)
committerWilfried Göesgens <willi@citadel.org>
Mon, 19 Apr 2010 10:05:25 +0000 (10:05 +0000)
webcit/debian/rules

index d145623e0d78869fde84760e0b3209d4301c6cb1..31541862deaa15df9a15e910fc04d9b3313cea0d 100755 (executable)
@@ -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