]> git.pld-linux.org Git - packages/cryptopp.git/blobdiff - cryptopp-opt.patch
- updated to 5.6.5 (fixes CVE-2016-3995)
[packages/cryptopp.git] / cryptopp-opt.patch
diff --git a/cryptopp-opt.patch b/cryptopp-opt.patch
new file mode 100644 (file)
index 0000000..180ce73
--- /dev/null
@@ -0,0 +1,14 @@
+--- cryptopp-5.6.5/GNUmakefile.orig    2017-10-17 02:56:28.000000000 +0200
++++ cryptopp-5.6.5/GNUmakefile 2017-12-23 23:15:44.213704213 +0100
+@@ -127,9 +127,9 @@
+ # Guard use of -march=native
+ ifeq ($(GCC42_OR_LATER)$(IS_NETBSD),10)
+-   CXXFLAGS += -march=native
++   #CXXFLAGS += -march=native
+ else ifneq ($(CLANG_COMPILER)$(INTEL_COMPILER),00)
+-   CXXFLAGS += -march=native
++   #CXXFLAGS += -march=native
+ else
+   # GCC 3.3 and "unknown option -march="
+   # Ubuntu GCC 4.1 compiler crash with -march=native
This page took 0.08831 seconds and 4 git commands to generate.