summaryrefslogtreecommitdiffstats
path: root/graphite
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 /graphite
parentCWS-TOOLING: integrate CWS mythes12 (diff)
parenti#112159: MinGW port: more fix for libxml2 2.7.6 to avoid using pthreads (diff)
downloadcore-d66343ab594fac375f4e3fc939594e9ebe5d4963.tar.gz
core-d66343ab594fac375f4e3fc939594e9ebe5d4963.zip
CWS-TOOLING: integrate CWS mingwport30
Diffstat (limited to 'graphite')
-rw-r--r--graphite/makefile.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/graphite/makefile.mk b/graphite/makefile.mk
index 2f4ff2535442..471bc3c366d7 100644
--- a/graphite/makefile.mk
+++ b/graphite/makefile.mk
@@ -102,11 +102,11 @@ GR_LIB_PATH=
.IF "$(OS)"=="WNT"
PATCH_FILES+=graphite-2.3.1.patch.mingw
-EXTRA_GR_CXX_FLAGS=-nostdinc
+EXTRA_GR_CXX_FLAGS=-mthreads -nostdinc
.IF "$(MINGW_SHARED_GCCLIB)"=="YES"
EXTRA_GR_CXX_FLAGS+=-shared-libgcc
.ENDIF
-EXTRA_GR_LD_FLAGS+=-no-undefined
+EXTRA_GR_LD_FLAGS+=-no-undefined -Wl,--enable-runtime-pseudo-reloc-v2
.ENDIF
# don't use SOLARLIB for LDFLAGS because it pulls in system graphite so build will fail