summaryrefslogtreecommitdiff
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
commit6f18d1b699d9f7778be3c33e3f4cfc63e362f3ca (patch)
treed6b2df76fa396f9160832a96690b82326dfa3763
parenta835c046a3d4e5e611e6edea81ae702a2627b13e (diff)
parent3a14fca82951ee29805a2e96f03e67693661981c (diff)
CWS-TOOLING: integrate CWS mingwport30
-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