From 627bb85bc95fa022aecf0628cb59fdce88be2008 Mon Sep 17 00:00:00 2001 From: Wilfried Goesgens Date: Wed, 13 Oct 2010 21:54:22 +0200 Subject: [PATCH] * add thread debugging to thread disabling for client flags --- citadel/debian/rules | 1 + 1 file changed, 1 insertion(+) diff --git a/citadel/debian/rules b/citadel/debian/rules index b5fe2dd9e..6779c8f51 100755 --- a/citadel/debian/rules +++ b/citadel/debian/rules @@ -31,6 +31,7 @@ endif ifneq (,$(findstring threadoff,$(DEB_BUILD_OPTIONS))) THREAD_ARGS=--without-threaded-client + CFLAGS += -D WITH_THREADLOG else THREAD_ARGS= endif -- 2.39.2