summaryrefslogtreecommitdiffstats
path: root/external/libxmlsec
diff options
context:
space:
mode:
authorMichael Stahl <mstahl@redhat.com>2014-10-01 23:15:26 +0200
committerMichael Stahl <mstahl@redhat.com>2014-10-02 17:20:15 +0200
commitcd42e5f3e2eb9540b16e568559e6e95ffd7cc2a7 (patch)
tree9f8901186492d19cc21376566cee3924472e807a /external/libxmlsec
parenttypo: fix build: wrong parameter was used (diff)
downloadcore-cd42e5f3e2eb9540b16e568559e6e95ffd7cc2a7.tar.gz
core-cd42e5f3e2eb9540b16e568559e6e95ffd7cc2a7.zip
fdo#82430: MSVC build: avoid using SSE2 instructions in some externals
Hopefully this should fix up the most important external libraries. Change-Id: I744cb5a2ce7fafb10852059050cf24589d6ca400
Diffstat (limited to 'external/libxmlsec')
-rw-r--r--external/libxmlsec/xmlsec1-vc.patch2
1 files changed, 1 insertions, 1 deletions
diff --git a/external/libxmlsec/xmlsec1-vc.patch b/external/libxmlsec/xmlsec1-vc.patch
index 0898d94fd697..2a0f479e0618 100644
--- a/external/libxmlsec/xmlsec1-vc.patch
+++ b/external/libxmlsec/xmlsec1-vc.patch
@@ -19,7 +19,7 @@
CFLAGS = $(CFLAGS) /D "HAVE_STDIO_H" /D "HAVE_STDLIB_H"
CFLAGS = $(CFLAGS) /D "HAVE_STRING_H" /D "HAVE_CTYPE_H"
CFLAGS = $(CFLAGS) /D "HAVE_MALLOC_H" /D "HAVE_MEMORY_H"
-+CFLAGS = $(CFLAGS) $(SOLARINC) -I$(WORKDIR)\UnpackedTarball\xml2\include -I$(WORKDIR)/UnpackedTarball/icu/source/i18n -I$(WORKDIR)/UnpackedTarball/icu/source/common
++CFLAGS = $(CFLAGS) -arch:SSE $(SOLARINC) -I$(WORKDIR)\UnpackedTarball\xml2\include -I$(WORKDIR)/UnpackedTarball/icu/source/i18n -I$(WORKDIR)/UnpackedTarball/icu/source/common
+!if "$(MSVC_USE_DEBUG_RUNTIME)" != ""
+CFLAGS = $(CFLAGS) /MDd
+!endif