summaryrefslogtreecommitdiff
path: root/openssl
diff options
context:
space:
mode:
Diffstat (limited to 'openssl')
-rw-r--r--openssl/makefile.mk15
1 files changed, 6 insertions, 9 deletions
diff --git a/openssl/makefile.mk b/openssl/makefile.mk
index 30eb42a5d76b..59c692856271 100644
--- a/openssl/makefile.mk
+++ b/openssl/makefile.mk
@@ -4,9 +4,9 @@
#
# $RCSfile: makefile.mk,v $
#
-# $Revision: 1.11 $
+# $Revision: 1.12 $
#
-# last change: $Author: tkr $ $Date: 2007-10-05 11:33:55 $
+# last change: $Author: tkr $ $Date: 2007-10-10 11:29:32 $
#
# The Contents of this file are made available subject to
# the terms of GNU Lesser General Public License Version 2.1.
@@ -60,10 +60,6 @@ TARFILE_NAME=$(OPENSSL_NAME)
CONFIGURE_DIR=.
CONFIGURE_ACTION=config
-CONFIGURE_FLAGS=shared
-
-BUILD_DIR=.
-BUILD_ACTION=make
.IF "$(OS)" == "SOLARIS"
OPENSSL_NAME=openssl-0.9.8a
@@ -75,13 +71,14 @@ CONFIGURE_ACTION=Configure solaris-x86-gcc
.IF "$(PROCTYPE)" == "x86_64"
CONFIGURE_ACTION=Configure solaris-x86_64-gcc
.ENDIF
-CONFIGURE_FLAGS=shared
+
+.ENDIF
+
+CONFIGURE_FLAGS=shared -I$(SYSBASE)$/usr$/include -L$(SYSBASE)$/usr$/lib
BUILD_DIR=.
BUILD_ACTION=make
-.ENDIF
-
.IF "$(OS)" == "WNT"
PATCH_FILE_NAME=openssl.patch