summaryrefslogtreecommitdiff
path: root/python
diff options
context:
space:
mode:
authorobo <obo@openoffice.org>2010-06-22 16:02:44 +0200
committerobo <obo@openoffice.org>2010-06-22 16:02:44 +0200
commitd66343ab594fac375f4e3fc939594e9ebe5d4963 (patch)
treeb42e0b1f4044eb596050209047dfe935706a61fa /python
parenta1004a464f08acecd70fb8465532ef65aae58bd8 (diff)
parentf49fe0bfe93b4543e0b9f0819169f474dc9ad329 (diff)
CWS-TOOLING: integrate CWS mingwport30
Notes
Notes: split repo tag: libs-extern-sys_ooo/DEV300_m84 split repo tag: libs-extern-sys_ooo/OOO330_m0
Diffstat (limited to 'python')
-rw-r--r--python/makefile.mk1
1 files changed, 1 insertions, 0 deletions
diff --git a/python/makefile.mk b/python/makefile.mk
index 86d9835e8604..a35e596669a0 100644
--- a/python/makefile.mk
+++ b/python/makefile.mk
@@ -93,6 +93,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