From fd2e54b495fb376b38638850b326c8fce947fcc5 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Franti=C5=A1ek=20Dvo=C5=99=C3=A1k?= Date: Thu, 19 Jun 2008 08:33:54 +0000 Subject: [PATCH] Forgotten define - enable storing only of the whole event ULM in DB. --- org.glite.lb.server/Makefile | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/org.glite.lb.server/Makefile b/org.glite.lb.server/Makefile index cc41c7e..1c2c81b 100644 --- a/org.glite.lb.server/Makefile +++ b/org.glite.lb.server/Makefile @@ -76,7 +76,7 @@ CFLAGS:= \ -I${voms_prefix}/include \ ${COVERAGE_FLAGS} \ $(GRIDSITE_CFLAGS) \ - -D_GNU_SOURCE ${LB_STANDALONE_FLAGS} ${LB_PERF_FLAGS} \ + -D_GNU_SOURCE ${LB_STANDALONE_FLAGS} ${LB_PERF_FLAGS} -DLB_EVENTS_BLOB \ -I${globus_prefix}/include/${nothrflavour} #gridsite needs this ifdef LB_PROF @@ -99,10 +99,6 @@ ifdef LBS_DB_PROFILE CFLAGS:=${CFLAGS} -DLBS_DB_PROFILE endif -ifdef LB_EVENTS_BLOB - CFLAGS:=${CFLAGS} -DLB_EVENTS_BLOB -endif - TEST_LIBS:=-L${cppunit_prefix}/lib -lcppunit TEST_INC:=-I${cppunit_prefix}/include -- 1.8.2.3