From: Daniel KouĊ™il Date: Tue, 16 Mar 2010 17:06:52 +0000 (+0000) Subject: link the server with --export-dynamic to expose the symbols to the LCAS module X-Git-Tag: glite-jobid-api-c_R_1_0_2_1~90 X-Git-Url: http://scientific.zcu.cz/git/?a=commitdiff_plain;h=8d3fd501ae1f41ff030cbc3fc770e88ced7313a9;p=jra1mw.git link the server with --export-dynamic to expose the symbols to the LCAS module --- diff --git a/org.glite.lb.server/Makefile b/org.glite.lb.server/Makefile index e810a2d..aa968ed 100644 --- a/org.glite.lb.server/Makefile +++ b/org.glite.lb.server/Makefile @@ -256,7 +256,7 @@ LCAS_PLUGIN_LIB:=liblcas_lb.la EXAMPLES= glite-lb-bkserverd: ${NSMAP} ${BKSERVER_OBJS} - ${LINKXX} -o $@ ${BKSERVER_OBJS} ${BKSERVER_LIBS} + ${LINKXX} -o $@ ${BKSERVER_OBJS} ${BKSERVER_LIBS} -Wl,--export-dynamic glite-lb-bkindex: ${INDEX_OBJS} ${LINKXX} -o $@ ${INDEX_OBJS} ${INDEX_LIBS} @@ -327,7 +327,7 @@ ${STATIC_LIB_BK}: ${LIB_OBJS_BK} ranlib $@ ${LCAS_PLUGIN_LIB}: ${LCAS_PLUGIN_LOBJS} - ${LINK} -o $@ $< + ${LINK} -o $@ $^ doc: ${MAN_GZ}