From: Jiří Filipovič Date: Fri, 14 Aug 2009 12:16:06 +0000 (+0000) Subject: Work with gsoap 2.7.9l + searching for the system package. X-Git-Tag: glite-yaim-lb_R_4_2_0_1~10 X-Git-Url: http://scientific.zcu.cz/git/?a=commitdiff_plain;h=224cf37c38d44c232d026e5d120e54c2c7e78ad8;p=jra1mw.git Work with gsoap 2.7.9l + searching for the system package. --- diff --git a/org.glite.security.gsoap-plugin/Makefile b/org.glite.security.gsoap-plugin/Makefile index 2264fed..d0cbb55 100644 --- a/org.glite.security.gsoap-plugin/Makefile +++ b/org.glite.security.gsoap-plugin/Makefile @@ -15,7 +15,7 @@ gsoap_prefix=/opt/gsoap CC=gcc -gsoap_versions_noflavours?=2.6.2 2.7.0f 2.7.6b 2.7.6d 2.7.9d 2.7.9b +gsoap_versions_noflavours?=2.6.2 2.7.0f 2.7.6b 2.7.6d 2.7.9d 2.7.9b 2.7.9l gsoap_versions_flavours?=2.7.10 gsoap_versions_flavours:=${shell if ! echo $gsoap_versions_flavours | grep "\<${gsoap_default_version}\>" >/dev/null; then echo "${gsoap_default_version} "; else echo ne; fi} ${gsoap_versions_flavours} @@ -186,6 +186,8 @@ link-gsoap: ln -sf ${ext_repository}/${gsoap_name}/${gsoap_version}/src/stdsoap2.[ch] .; \ elif [ -f ${ext_repository}/${gsoap_name}/${gsoap_version}/src/${gsoap_srcname}/soapcpp2/stdsoap2.c ]; then \ ln -sf ${ext_repository}/${gsoap_name}/${gsoap_version}/src/${gsoap_srcname}/soapcpp2/stdsoap2.[ch] .; \ + elif [ -f ${gsoap_prefix}/include/gsoap/stdsoap2.c ]; then \ + ln -sf ${gsoap_prefix}/include/gsoap/stdsoap2.[ch] .; \ else false ; \ fi