From: Zdeněk Šustr Date: Wed, 24 Mar 2010 11:53:26 +0000 (+0000) Subject: Introducing a build-time dependency on log4c (brought in through db and log) X-Git-Tag: glite-security-gss_R_2_1_1_1~11 X-Git-Url: http://scientific.zcu.cz/git/?a=commitdiff_plain;h=137f74eeafa5625513f73fa155a9223df32d1d97;p=jra1mw.git Introducing a build-time dependency on log4c (brought in through db and log) --- 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/ ],