[Commits] (bear) fixed environment problem when SWIG=1 is used -
the libxml2 shared library
commits at osafoundation.org
commits at osafoundation.org
Tue Mar 1 20:51:32 PST 2005
Commit by: bear
Modified files:
internal/wxPython-2.5/Makefile 1.39 1.40
Log message:
fixed environment problem when SWIG=1 is used - the libxml2 shared library
was not being linked from the proper spot
simply put: Robin is a genius
ViewCVS links:
http://cvs.osafoundation.org/index.cgi/internal/wxPython-2.5/Makefile.diff?r1=text&tr1=1.39&r2=text&tr2=1.40
Index: internal/wxPython-2.5/Makefile
diff -u internal/wxPython-2.5/Makefile:1.39 internal/wxPython-2.5/Makefile:1.40
--- internal/wxPython-2.5/Makefile:1.39 Tue Mar 1 15:40:21 2005
+++ internal/wxPython-2.5/Makefile Tue Mar 1 20:51:31 2005
@@ -116,6 +116,7 @@
wxPython:
cd $(SRC)/wxPython; \
+ export LD_LIBRARY_PATH=/home/builder/tinderbuild/external/release/lib; \
$(PYTHON) setup.py BUILD_OGL=0 BUILD_GLCANVAS=0 \
USE_SWIG=$(SWIG_OPTION) \
SWIG=$(SWIG) \
More information about the Commits
mailing list