From: Alberto Di Meglio Date: Fri, 10 Dec 2004 15:31:49 +0000 (+0000) Subject: Fixed default openssl paths X-Git-Tag: gridsite-core_R_1_1_3_OPENSSL~2 X-Git-Url: http://scientific.zcu.cz/git/?a=commitdiff_plain;h=8e14b7b4a1091820376c51b82f13304ee447e1aa;p=jra1mw.git Fixed default openssl paths --- 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 #