summaryrefslogtreecommitdiff
path: root/libxmlsec
diff options
context:
space:
mode:
authorTor Lillqvist <tlillqvist@suse.com>2012-04-26 23:22:47 +0300
committerTor Lillqvist <tlillqvist@suse.com>2012-04-27 10:35:21 +0300
commitec913638c55a41b0ac354f9f564d13a8f53449f3 (patch)
treeac06a9824efc82f0981dc738313067ad37887c30 /libxmlsec
parent7125ba7909a07fb01e11fec0c51465a3ef380efe (diff)
Add comment telling that the MinGW stuff here is not for cross-compilation
Diffstat (limited to 'libxmlsec')
-rw-r--r--libxmlsec/makefile.mk4
1 files changed, 4 insertions, 0 deletions
diff --git a/libxmlsec/makefile.mk b/libxmlsec/makefile.mk
index 64a9ca871a50..14705033bebe 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"