* add thread debugging to thread disabling for client flags
authorWilfried Goesgens <dothebart@citadel.org>
Wed, 13 Oct 2010 19:54:22 +0000 (21:54 +0200)
committerWilfried Goesgens <dothebart@citadel.org>
Wed, 13 Oct 2010 20:04:06 +0000 (22:04 +0200)
citadel/debian/rules

index b5fe2dd9e191b99d1ff641f2ba11772886515088..6779c8f512e592f4acd54e0959b1cb67ed3d1ded 100755 (executable)
@@ -31,6 +31,7 @@ endif
 
 ifneq (,$(findstring threadoff,$(DEB_BUILD_OPTIONS)))
        THREAD_ARGS=--without-threaded-client
+       CFLAGS += -D WITH_THREADLOG
 else
        THREAD_ARGS=
 endif