From 8e14b7b4a1091820376c51b82f13304ee447e1aa Mon Sep 17 00:00:00 2001 From: Alberto Di Meglio Date: Fri, 10 Dec 2004 15:31:49 +0000 Subject: [PATCH] Fixed default openssl paths --- org.gridsite.core/src/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/org.gridsite.core/src/Makefile b/org.gridsite.core/src/Makefile index bd66586..caff61c 100644 --- a/org.gridsite.core/src/Makefile +++ b/org.gridsite.core/src/Makefile @@ -49,7 +49,7 @@ export MYCFLAGS=-I. -I../interface -I/usr/include/httpd -I/usr/include/apr-0 -I/ endif ifndef OPENSSL_FLAGS -export OPENSSL_FLAGS=-I/usr/include/openssl +export OPENSSL_FLAGS=-I/usr/include endif ifndef MYLDFLAGS @@ -58,7 +58,7 @@ export MYLDFLAGS=-L. endif ifndef OPENSSL_LIBS -export OPENSSL_LIBS=-L/usr/lib/openssl +export OPENSSL_LIBS=-L/usr/lib endif # -- 1.8.2.3