summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLaurent Godard <lgodard.libre@laposte.net>2012-04-10 16:07:47 +0100
committerCaolán McNamara <caolanm@redhat.com>2012-04-10 16:08:09 +0100
commitb773045fa0470776e37731d5bb9805bfb0cc4a7e (patch)
treef05d0bbc2d6a84b0d3a08221c822398d8a32adb3
parent4045e770193ae632aca7075105dda89686c597d6 (diff)
to find the headers and (static) library of our internal openssl
-rw-r--r--python/makefile.mk5
1 files changed, 5 insertions, 0 deletions
diff --git a/python/makefile.mk b/python/makefile.mk
index 3f35d4c22299..e66acb76c2f6 100644
--- a/python/makefile.mk
+++ b/python/makefile.mk
@@ -65,6 +65,11 @@ CONFIGURE_DIR=
BUILD_DIR=
MYCWD=$(shell @pwd)/$(INPATH)/misc/build
+#we want to be sure we use our internal openssl if
+#that's enabled
+CC+:=-I$(SOLARINCDIR)$/external
+python_LDFLAGS+=-L$(SOLARLIBDIR)
+
# CLFLAGS get overwritten in Makefile.pre.in
.IF "$(SYSBASE)"!=""
CC+:=-I$(SYSBASE)$/usr$/include