[Libreoffice-commits] .: python/makefile.mk
Caolán McNamara
caolan at kemper.freedesktop.org
Tue Apr 10 08:08:40 PDT 2012
python/makefile.mk | 5 +++++
1 file changed, 5 insertions(+)
New commits:
commit b773045fa0470776e37731d5bb9805bfb0cc4a7e
Author: Laurent Godard <lgodard.libre at laposte.net>
Date: Tue Apr 10 16:07:47 2012 +0100
to find the headers and (static) library of our internal openssl
diff --git a/python/makefile.mk b/python/makefile.mk
index 3f35d4c..e66acb7 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
More information about the Libreoffice-commits
mailing list