From 16f98626524b880e9ab2793ede4b222d8133dfe0 Mon Sep 17 00:00:00 2001 From: Alberto Di Meglio Date: Wed, 19 Apr 2006 09:44:29 +0000 Subject: [PATCH] Added fix for httpd location resolution --- org.gridsite.core/project/configure.properties.xml | 2 +- org.gridsite.core/project/version.properties | 2 +- org.gridsite.core/src/Makefile | 6 +++++- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/org.gridsite.core/project/configure.properties.xml b/org.gridsite.core/project/configure.properties.xml index 6cc728b..ec2f8ad 100644 --- a/org.gridsite.core/project/configure.properties.xml +++ b/org.gridsite.core/project/configure.properties.xml @@ -4,6 +4,6 @@ + value="prefix=${stage.abs.dir} GSOAPDIR=${ext.gsoap.subdir} OPENSSL_GLOBUS_FLAGS=-I${with.globus.prefix}/include/${with.globus.dbg.nothr.flavor} OPENSSL_GLOBUS_LIBS=-L${with.globus.prefix}/lib/ FLAVOR_GLOBUS_EXT=_${with.globus.dbg.nothr.flavor}" HTTPD_FLAGS=${with.httpd.prefix}/include/httpd/> diff --git a/org.gridsite.core/project/version.properties b/org.gridsite.core/project/version.properties index 8103a38..da633cf 100644 --- a/org.gridsite.core/project/version.properties +++ b/org.gridsite.core/project/version.properties @@ -1,2 +1,2 @@ module.version=1.1.18 -module.age=1 +module.age=1_etics diff --git a/org.gridsite.core/src/Makefile b/org.gridsite.core/src/Makefile index 7cd43f6..0b1d213 100644 --- a/org.gridsite.core/src/Makefile +++ b/org.gridsite.core/src/Makefile @@ -44,8 +44,12 @@ ifndef prefix export prefix=/usr/local endif +ifndef HTTPD_FLAGS +export HTTPD_FLAGS=/usr/include/httpd +endif + ifndef MYCFLAGS -export MYCFLAGS=-I. -I../interface -I/usr/include/httpd -I/usr/include/apr-0 -I/opt/glite/include -fPIC +export MYCFLAGS=-I. -I../interface -I$(HTTPD_FLAGS) -I/usr/include/apr-0 -I/opt/glite/include -fPIC endif ifndef MYLDFLAGS -- 1.8.2.3