[PATCH] tweaking the python build
Laurent Godard
lgodard.libre at laposte.net
Fri Apr 6 03:45:34 PDT 2012
to find the headers and (static) library of our internal openssl
---
python/makefile.mk | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/python/makefile.mk b/python/makefile.mk
index 3f35d4c..4c201ee 100644
--- a/python/makefile.mk
+++ b/python/makefile.mk
@@ -67,8 +67,8 @@ MYCWD=$(shell @pwd)/$(INPATH)/misc/build
# CLFLAGS get overwritten in Makefile.pre.in
.IF "$(SYSBASE)"!=""
-CC+:=-I$(SYSBASE)$/usr$/include
-python_LDFLAGS+=-L$(SYSBASE)/usr/lib
+CC+:=-I$(SOLARINCDIR)$/external -I$(SYSBASE)$/usr$/include
+python_LDFLAGS+=-L$(SOLARLIBDIR) -L$(SYSBASE)/usr/lib
.IF "$(COMNAME)"=="sunpro5"
CC+:=$(C_RESTRICTIONFLAGS)
.ENDIF # "$(COMNAME)"=="sunpro5"
--
1.7.9.1
--------------010401050906020608030506--
More information about the LibreOffice
mailing list