diff options
author | Release Engineers <releng@openoffice.org> | 2009-03-06 14:28:25 +0000 |
---|---|---|
committer | Release Engineers <releng@openoffice.org> | 2009-03-06 14:28:25 +0000 |
commit | 1d607470dad24af3fc53fb4fd34d975107810f85 (patch) | |
tree | f584fd185fa479e86a1099d679b6eb0af26c6bfe /python | |
parent | 366abe76dd6a1d86494a73978d5cb015abdb50d5 (diff) |
#i10000# fix for LD_LIBRARY_PATH
Diffstat (limited to 'python')
-rw-r--r-- | python/makefile.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/python/makefile.mk b/python/makefile.mk index 469c9467ddc5..845830dbd333 100644 --- a/python/makefile.mk +++ b/python/makefile.mk @@ -116,7 +116,7 @@ CC+:=$(ARCH_FLAGS) python_LDFLAGS+=$(ARCH_FLAGS) .ENDIF -CONFIGURE_ACTION=./configure --prefix=$(MYCWD)/python-inst --enable-shared CFLAGS="$(python_CFLAGS)" LDFLAGS="$(python_LDFLAGS)" +CONFIGURE_ACTION=$(AUGMENT_LIBRARY_PATH) ./configure --prefix=$(MYCWD)/python-inst --enable-shared CFLAGS="$(python_CFLAGS)" LDFLAGS="$(python_LDFLAGS)" .IF "$(OS)$(CPU)" == "SOLARISI" CONFIGURE_ACTION += --disable-ipv6 .ENDIF |