[Libreoffice-commits] .: lcms2/ExternalProject_lcms2.mk
Libreoffice Gerrit user
logerrit at kemper.freedesktop.org
Thu Nov 8 17:45:44 PST 2012
lcms2/ExternalProject_lcms2.mk | 1 +
1 file changed, 1 insertion(+)
New commits:
commit 7816667a62cc4144320c1554f8dbb8b4011e37b7
Author: Peter Foley <pefoley2 at verizon.net>
Date: Thu Nov 8 20:45:47 2012 -0500
blind fix for mingw
Change-Id: I10433beb4c2cea508760083812bc63f4eab02ed0
diff --git a/lcms2/ExternalProject_lcms2.mk b/lcms2/ExternalProject_lcms2.mk
index a7cc3f1..4a7a8eb 100644
--- a/lcms2/ExternalProject_lcms2.mk
+++ b/lcms2/ExternalProject_lcms2.mk
@@ -34,6 +34,7 @@ $(call gb_ExternalProject_get_state_target,lcms2,build):
cd $(EXTERNAL_WORKDIR) \
&& ./configure --without-jpeg --without-tiff --with-pic \
$(if $(filter YES,$(CROSS_COMPILING)),--build=$(BUILD_PLATFORM) --host=$(HOST_PLATFORM)) \
+ $(if $(filter WNTGCC,$(OS)$(COM)),LDFLAGS="-Wl,--export-all-symbols -Wl,--enable-stdcall-fixup -Wl,--enable-runtime-pseudo-reloc-v2") \
CPPFLAGS=" $(SOLARINC)" \
$(if $(filter IOS ANDROID,$(OS)),--disable-shared, --enable-shared --disable-static) \
&& cd src \
More information about the Libreoffice-commits
mailing list