cares
authorAleš Křenek <ljocha@ics.muni.cz>
Wed, 15 Mar 2006 18:13:51 +0000 (18:13 +0000)
committerAleš Křenek <ljocha@ics.muni.cz>
Wed, 15 Mar 2006 18:13:51 +0000 (18:13 +0000)
org.glite.lb.server/Makefile
org.glite.lb.server/project/configure.properties.xml

index 7829e74..b81524e 100644 (file)
@@ -15,7 +15,7 @@ globus_prefix=/opt/globus
 nothrflavour=gcc32
 thrflavour=gcc32pthr
 expat_prefix=/opt/expat
-ares_prefix=/opt/ares
+cares_prefix=/opt/c-ares
 gsoap_prefix=/opt/gsoap
 
 -include Makefile.inc
@@ -59,7 +59,7 @@ CFLAGS:= \
        -I${stagedir}/include -I${top_srcdir}/src -I. \
        -I${top_srcdir}/interface \
        -I${expat_prefix}/include \
-       -I${ares_prefix}/include \
+       -I${cares_prefix}/include \
        -I${gsoap_prefix}/include -I${gsoap_prefix}/ \
        ${COVERAGE_FLAGS} \
        -I${mysql_prefix}/include -I${mysql_prefix}/include/mysql \
@@ -110,7 +110,7 @@ ifeq (${nothrflavour},gcc32dbg)
        vomsflavour :=
 endif
 
-#EXT_LIBS:= -L${ares_prefix}/lib -lares \
+#EXT_LIBS:= \
 #      ${mysqlib} -lmysqlclient -lz\
 #      ${expatlib} -lexpat \
 #      ${GRIDSITE_LIBS} \
index c5b2837..6a1250a 100644 (file)
@@ -20,6 +20,9 @@
 
        Revision history:
        $Log$
+       Revision 1.9  2006/03/15 18:12:21  akrenek
+       merge 1.5
+       
        Revision 1.8.4.2  2006/02/20 09:14:30  zsalvet
        Revert unfinished changes committed by mistake.
        
@@ -92,7 +95,7 @@ globus_prefix=${with.globus.prefix}
 thrflavour=${with.globus.thr.flavor}
 nothrflavour=${with.globus.nothr.flavor}
 expat_prefix=${with.expat.prefix}
-ares_prefix=${with.ares.prefix}
+cares_prefix=${with.c-ares.prefix}
 mysql_prefix=${with.mysql.prefix}
 mysql_version=${ext.mysql.version}
 cppunit=${with.cppunit.prefix}