ares to c-ares migration
authorMiloš Mulač <mulac@civ.zcu.cz>
Thu, 3 Nov 2005 17:47:00 +0000 (17:47 +0000)
committerMiloš Mulač <mulac@civ.zcu.cz>
Thu, 3 Nov 2005 17:47:00 +0000 (17:47 +0000)
 - 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!

org.glite.jp.index/Makefile
org.glite.jp.index/project/configure.properties.xml

index 5278954..23fc84a 100644 (file)
@@ -15,7 +15,6 @@ globus_prefix=/opt/globus
 nothrflavour=gcc32
 thrflavour=gcc32pthr
 expat_prefix=/opt/expat
-ares_prefix=/opt/ares
 gsoap_prefix=/software/gsoap-2.6
 
 CC=gcc
@@ -35,7 +34,7 @@ CPPFLAGS:=-DDEBUG -D_GNU_SOURCE
 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 }
 
index 5cc9371..ccad003 100644 (file)
 
        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
@@ -50,7 +54,6 @@ globus_prefix=${with.globus.prefix}
 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}