[Libreoffice-commits] .: libxmlsec/makefile.mk
Tor Lillqvist
tml at kemper.freedesktop.org
Fri Apr 27 00:48:20 PDT 2012
libxmlsec/makefile.mk | 4 ++++
1 file changed, 4 insertions(+)
New commits:
commit ec913638c55a41b0ac354f9f564d13a8f53449f3
Author: Tor Lillqvist <tlillqvist at suse.com>
Date: Thu Apr 26 23:22:47 2012 +0300
Add comment telling that the MinGW stuff here is not for cross-compilation
diff --git a/libxmlsec/makefile.mk b/libxmlsec/makefile.mk
index 64a9ca8..1470503 100644
--- a/libxmlsec/makefile.mk
+++ b/libxmlsec/makefile.mk
@@ -99,6 +99,10 @@ xmlsec_LIBS+=$(MINGW_SHARED_LIBSTDCPP)
.ENDIF
CONFIGURE_DIR=
CONFIGURE_ACTION=.$/configure
+
+# Note that this is obsolete crack for building *locally* on Windows with MinGW,
+# something we don't see the point in here in LibreOffice
+
CONFIGURE_FLAGS=--with-libxslt=no --with-openssl=no --with-gnutls=no --with-mozilla_ver=1.7.5 --enable-mscrypto --disable-crypto-dl --build=i586-pc-mingw32 --host=i586-pc-mingw32 CC="$(xmlsec_CC)" LDFLAGS="-no-undefined -L$(ILIB:s/;/ -L/)" LIBS="$(xmlsec_LIBS)" LIBXML2LIB=$(LIBXML2LIB) ZLIB3RDLIB=$(ZLIB3RDLIB) OBJDUMP="$(WRAPCMD) objdump"
.IF "$(SYSTEM_NSS)" != "YES"
More information about the Libreoffice-commits
mailing list