Introducing a build-time dependency on log4c (brought in through db and log)
authorZdeněk Šustr <sustr4@cesnet.cz>
Wed, 24 Mar 2010 11:53:26 +0000 (11:53 +0000)
committerZdeněk Šustr <sustr4@cesnet.cz>
Wed, 24 Mar 2010 11:53:26 +0000 (11:53 +0000)
org.glite.lbjp-common.jp-interface/Makefile
org.glite.lbjp-common.jp-interface/configure

index 3603e6f..b707b37 100644 (file)
@@ -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} $<
index a26cf89..8f92219 100755 (executable)
@@ -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/ ],