* add iodbg switch to debian scripts
authorWilfried Göesgens <willi@citadel.org>
Tue, 16 Mar 2010 21:19:08 +0000 (21:19 +0000)
committerWilfried Göesgens <willi@citadel.org>
Tue, 16 Mar 2010 21:19:08 +0000 (21:19 +0000)
citadel/debian/rules

index c764d902c78edaf94a748a5aa98bf9a9cbfe38d4..9fb361123d7e4814c6e0268039682eab39f28d47 100755 (executable)
@@ -35,6 +35,11 @@ else
        THREAD_ARGS=
 endif
 
+
+ifneq (,$(findstring iodbg,$(DEB_BUILD_OPTIONS)))
+       CFLAGS += -D BIGBAD_IODBG
+endif
+
 configure: configure-stamp
 configure-stamp:
        dh_testdir