From: Aleš Křenek Date: Wed, 17 Jan 2007 11:44:34 +0000 (+0000) Subject: Etics friendlyness X-Git-Tag: glite-security-gsoap-plugin_R_1_4_1_0~2 X-Git-Url: http://scientific.zcu.cz/git/?a=commitdiff_plain;h=9ab0ccb67def66a97ee80e19cd08df488477b393;p=jra1mw.git Etics friendlyness - 2.7.0f is the right 2.7.0 version now - look for stdsoap2.c in yet another place --- diff --git a/org.glite.security.gsoap-plugin/Makefile b/org.glite.security.gsoap-plugin/Makefile index aac50aa..3421286 100644 --- a/org.glite.security.gsoap-plugin/Makefile +++ b/org.glite.security.gsoap-plugin/Makefile @@ -17,7 +17,7 @@ gsoap_prefix=/opt/gsoap CC=gcc -gsoap_versions?=2.6.2 2.7.0 2.7.6b +gsoap_versions?=2.6.2 2.7.0f 2.7.6b -include Makefile.inc -include ../Makefile.inc @@ -191,6 +191,8 @@ all-libs-with-soap: libs-with-soap: ${LTLIB_S} ${THRLTLIB_S} ${STATICLIB_S} ${THRSTATICLIB_S} +gsoap_srcname=gsoap-`echo ${gsoap_version} | cut -d. -f1,2` + link-gsoap: if [ -f ${top_srcdir}/src/stdsoap2_${gsoap_version}.c ]; then \ ln -sf ${top_srcdir}/src/stdsoap2_${gsoap_version}.c stdsoap2.c; \ @@ -199,6 +201,8 @@ link-gsoap: ln -sf ${repository}/${gsoap_name}/${gsoap_version}/src/stdsoap2.[ch] .; \ elif [ -f ${repository}/${gsoap_name}/${gsoap_version}/${gsoap_platform}/stdsoap2.c ]; then \ ln -sf ${repository}/${gsoap_name}/${gsoap_version}/${gsoap_platform}/stdsoap2.[ch] .; \ + elif [ -f ${repository}/externals/${gsoap_name}/${gsoap_version}/src/${gsoap_srcname}/soapcpp2/stdsoap2.c ]; then \ + ln -sf ${repository}/externals/${gsoap_name}/${gsoap_version}/src/${gsoap_srcname}/soapcpp2/stdsoap2.[ch] .; \ elif [ -f ${gsoap_prefix}/stdsoap2.c ]; then \ ln -sf ${gsoap_prefix}/stdsoap2.[ch] .; \ elif [ -f ${gsoap_prefix}/src/stdsoap2.c ]; then \