From e12e9d31c36cc0981eb68a58986c57e7fbbc7980 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Franti=C5=A1ek=20Dvo=C5=99=C3=A1k?= Date: Wed, 10 Oct 2007 18:44:03 +0000 Subject: [PATCH] MySQL not needed here anymore. --- org.glite.lb.server/Makefile | 12 +----------- 1 file changed, 1 insertion(+), 11 deletions(-) diff --git a/org.glite.lb.server/Makefile b/org.glite.lb.server/Makefile index 471e852..8a3b6ec 100644 --- a/org.glite.lb.server/Makefile +++ b/org.glite.lb.server/Makefile @@ -85,7 +85,6 @@ CFLAGS:= \ -I${classads_prefix}/include \ -I${voms_prefix}/include \ ${COVERAGE_FLAGS} \ - -I${mysql_prefix}/include -I${mysql_prefix}/include/mysql \ $(GRIDSITE_CFLAGS) \ -D_GNU_SOURCE ${LB_STANDALONE_FLAGS} ${LB_PERF_FLAGS} ${LB_DAG_FLAGS} \ ${LB_BUF_FLAGS} \ @@ -133,14 +132,6 @@ ifeq (${host_cpu},x86_64) archlib:=lib64 endif -ifneq (${mysql_prefix},/usr) - ifeq ($(shell echo ${mysql_version} | cut -d. -f1,2),4.1) - mysqlib := -L${mysql_prefix}/${archlib}/mysql - else - mysqlib := -L${mysql_prefix}/${archlib} - endif -endif - ifneq (${expat_prefix},/usr) expatlib := -L${expat_prefix}/lib endif @@ -155,7 +146,6 @@ endif VOMS_LIBS:=-L${voms_prefix}/lib -lvomsc${vomsflavour} #EXT_LIBS:= \ -# ${mysqlib} -lmysqlclient -lz\ # ${expatlib} -lexpat \ # ${GRIDSITE_LIBS} \ # -lvomsc${vomsflavour} \ @@ -165,7 +155,7 @@ ifneq (${classads_prefix},/usr) endif EXT_LIBS:= \ - ${mysqlib} -lmysqlclient -lz -lcares\ + -lz -lcares\ ${GRIDSITE_LIBS} \ ${classadslib} \ ${VOMS_LIBS} -- 1.8.2.3