From 137f74eeafa5625513f73fa155a9223df32d1d97 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Zden=C4=9Bk=20=C5=A0ustr?= Date: Wed, 24 Mar 2010 11:53:26 +0000 Subject: [PATCH] Introducing a build-time dependency on log4c (brought in through db and log) --- org.glite.lbjp-common.jp-interface/Makefile | 2 +- org.glite.lbjp-common.jp-interface/configure | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/org.glite.lbjp-common.jp-interface/Makefile b/org.glite.lbjp-common.jp-interface/Makefile index 3603e6f..b707b37 100644 --- a/org.glite.lbjp-common.jp-interface/Makefile +++ b/org.glite.lbjp-common.jp-interface/Makefile @@ -74,7 +74,7 @@ ${commonlib_thr}: ${THROBJS} ${LINK} -o $@ ${THROBJS} ${THRLIBS} check: type_test - ./type_test type_test.xml + LD_LIBRARY_PATH=${log4c_prefix}/${libdir}:${LD_LIBRARY_PATH} ./type_test type_test.xml type_test: %: %.cpp compile ${CXX} -c ${CFLAGS} ${TEST_INC} $< diff --git a/org.glite.lbjp-common.jp-interface/configure b/org.glite.lbjp-common.jp-interface/configure index a26cf89..8f92219 100755 --- a/org.glite.lbjp-common.jp-interface/configure +++ b/org.glite.lbjp-common.jp-interface/configure @@ -335,7 +335,7 @@ BEGIN{ 'lbjp-common.maildir' => [ qw// ], 'lbjp-common.server-bones' => [ qw// ], 'lbjp-common.trio' => [ qw/cppunit:B/ ], - 'lbjp-common.jp-interface' => [ qw/cppunit:B/ ], + 'lbjp-common.jp-interface' => [ qw/cppunit:B log4c:B/ ], 'security.gss' => [ qw/globus_essentials:R globus:B cares cppunit:B/ ], 'security.gsoap-plugin' => [ qw/cppunit:B globus_essentials:R globus:B cares:B gsoap:B/ ], 'jobid.api-c' => [ qw/cppunit:B/ ], -- 1.8.2.3