- use dynamic library of c-ares, instead of ares static lib
- ares clean up (now should be mentioned only in modules that really need it)
- patch for security.gsoap-plugin not yet in CVS (sent to interation list)
I do not know what will happen when one try to mix ares with c-ares libs
=> weird things may arise!
nothrflavour=gcc32
thrflavour=gcc32pthr
expat_prefix=/opt/expat
-ares_prefix=/opt/ares
gsoap_prefix=/software/gsoap-2.6
CC=gcc
DEBUG:=-W -Wall -Wno-unused-parameter -Wno-unused-function -g -O0
dotless_soap_ver:=${shell echo ${gsoap_version} | tr -d . }
-GSOAPLIB:=-L${stagedir}/lib -lglite_security_gsoap_plugin_${dotless_soap_ver}_${nothrflavour} -L${ares_prefix}/lib -lares
+GSOAPLIB:=-L${stagedir}/lib -lglite_security_gsoap_plugin_${dotless_soap_ver}_${nothrflavour}
gsoap_bin_prefix:=${shell if [ -x ${gsoap_prefix}/bin/soapcpp2 ]; then echo ${gsoap_prefix}/bin; else echo ${gsoap_prefix}; fi }
Revision history:
$Log$
+ Revision 1.5 2005/10/11 20:45:45 akrenek
+ - detect gsoap stuff
+ - install what should be installed
+
Revision 1.4 2005/08/12 10:56:25 mmulac
void IS server
- seems compiling
expat_prefix=${with.expat.prefix}
gsoap_prefix=${with.gsoap.prefix}
gsoap_version=${ext.gsoap.version}
-ares_prefix=${with.ares.prefix}
mysql_prefix=${with.mysql.prefix}
mysql_version=${ext.mysql.version}
thrflavour=${with.globus.thr.flavor}