summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authortono <tono@openoffice.org>2010-05-31 21:53:32 +0900
committertono <tono@openoffice.org>2010-05-31 21:53:32 +0900
commit3a14fca82951ee29805a2e96f03e67693661981c (patch)
treeaeeb65fb4c52513e2c4cd280d8498e256dc8d79e
parent68c7f8fae5659753748eead42d12ed64db84702e (diff)
i#111958: MinGW port enhancement: runtime-pseude-reloc-v2
-rw-r--r--xpdf/makefile.mk2
1 files changed, 2 insertions, 0 deletions
diff --git a/xpdf/makefile.mk b/xpdf/makefile.mk
index 0a138b8d84aa..c3dea0f006d5 100644
--- a/xpdf/makefile.mk
+++ b/xpdf/makefile.mk
@@ -88,6 +88,8 @@ CXXFLAGS+=-malign-natural
BUILD_ACTION=$(GNUMAKE) -j$(EXTMAXPROCESS)
.ELSE
.IF "$(COM)"=="GCC"
+LDFLAGS=-Wl,--enable-runtime-pseudo-reloc-v2
+.EXPORT : LDFLAGS
CONFIGURE_ACTION=./configure --without-x --enable-multithreaded --enable-exceptions LIBS=-lgdi32
BUILD_ACTION=$(GNUMAKE) -j$(EXTMAXPROCESS)
.ELSE