diff options
author | sb <sb@openoffice.org> | 2010-06-30 15:38:26 +0200 |
---|---|---|
committer | sb <sb@openoffice.org> | 2010-06-30 15:38:26 +0200 |
commit | da1320efe152132d088042ae8857571113fad5e3 (patch) | |
tree | 1c98d8a24f20dbdb8a7c1c88c89d6bc4cb0ba6db /python/makefile.mk | |
parent | 33474c4fff35faaedbd93461acb24496160f820f (diff) | |
parent | d66343ab594fac375f4e3fc939594e9ebe5d4963 (diff) |
sb126: merged in DEV300_m84
Diffstat (limited to 'python/makefile.mk')
-rw-r--r-- | python/makefile.mk | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/python/makefile.mk b/python/makefile.mk index a6b73d04cc5d..5caa7ac1d601 100644 --- a/python/makefile.mk +++ b/python/makefile.mk @@ -89,6 +89,7 @@ python_LDFLAGS=-mno-cygwin -mthreads .IF "$(MINGW_SHARED_GCCLIB)"=="YES" python_LDFLAGS+=-shared-libgcc .ENDIF +python_LDFLAGS+=-shared-libgcc -Wl,--enable-runtime-pseudo-reloc-v2 CONFIGURE_ACTION=./configure --prefix=$(MYCWD)/python-inst --enable-shared CC="$(CC:s/guw.exe //)" CXX="$(CXX:s/guw.exe //)" MACHDEP=MINGW32 LN="cp -p" CFLAGS="$(python_CFLAGS)" LDFLAGS="$(python_LDFLAGS)" BUILD_ACTION=$(ENV_BUILD) make && make install .ELSE |