applied the cares patches
authorAleš Křenek <ljocha@ics.muni.cz>
Wed, 15 Mar 2006 17:24:11 +0000 (17:24 +0000)
committerAleš Křenek <ljocha@ics.muni.cz>
Wed, 15 Mar 2006 17:24:11 +0000 (17:24 +0000)
org.glite.security.gsoap-plugin/Makefile
org.glite.security.gsoap-plugin/project/configure.properties.xml

index 8ced4f6..339e82c 100644 (file)
@@ -56,7 +56,7 @@ CFLAGS:= ${DEBUG} \
        -DWITH_NONAMESPACES \
        -I. -I${top_srcdir}/interface \
        -I${stagedir}/include \
-       -I${ares_prefix}/include \
+       -I${cares_prefix}/include \
        ${COVERAGE_FLAGS} -D_GNU_SOURCE -DDATAGRID_EXTENSION
 
 LDFLAGS:=${COVERAGE_FLAGS}
@@ -79,7 +79,7 @@ GLOBUS_THR_LIBS:= -L${globus_prefix}/lib \
        -lglobus_gssapi_gsi_${thrflavour}
 
 GSOAP_LIBS:= -L${gsoap_prefix}/lib -lgsoap
-ARES_LIBS:=-L${ares_prefix}/lib -lares
+ARES_LIBS:=-L${cares_prefix}/lib -lcares
 
 EX_LIBS:= ${GLOBUS_LIBS} ${ARES_LIBS}
 EX_THRLIBS := ${GLOBUS_THR_LIBS} ${ARES_LIBS}
index e610c13..3977f05 100644 (file)
@@ -39,7 +39,7 @@ package=${module.package.name}
 PREFIX=${install.dir}
 version=${module.version}
 glite_location=${with.glite.location}
-ares_prefix=${with.ares.prefix}
+cares_prefix=${with.c-ares.prefix}
 globus_prefix=${with.globus.prefix}
 thrflavour=${with.globus.thr.flavor}
 nothrflavour=${with.globus.nothr.flavor}