From: František Dvořák Date: Thu, 8 Jan 2009 20:56:24 +0000 (+0000) Subject: Static linking is not needed, package relocation can be used if needed. X-Git-Tag: test_tag~6 X-Git-Url: http://scientific.zcu.cz/git/?a=commitdiff_plain;h=0bcc3ff74426582cff61a8d136575d2a936efca1;p=jra1mw.git Static linking is not needed, package relocation can be used if needed. --- diff --git a/org.glite.jp.client/Makefile b/org.glite.jp.client/Makefile index 1a9884c..4ae5e84 100644 --- a/org.glite.jp.client/Makefile +++ b/org.glite.jp.client/Makefile @@ -70,8 +70,12 @@ dotless_gsoap_ver:=${shell echo ${gsoap_default_version} | tr -d . } ifeq ($(shell test -f ${stagedir}/lib/libglite_security_gsoap_plugin_${dotless_gsoap_ver}_${nothrflavour}_c.la && echo ok),ok) langflavour:=_c endif -# static linking for LB/JP compatibility from different glite releases -GSOAPLIB:=-lglite_security_gsoap_plugin_${dotless_gsoap_ver}_${nothrflavour}${langflavour} -static +GSOAPLIB:=-lglite_security_gsoap_plugin_${dotless_gsoap_ver}_${nothrflavour}${langflavour} +# static linking may be useful for LB/JP compatibility from different glite +# releases if we want to have the same prefix +ifdef GSOAP_STATIC +GSOAPLIB+=$(GSOAP_LIB) -static +endif LBMAILDIRLIB:=-lglite_lbu_maildir