]> git.pld-linux.org Git - packages/cryptopp.git/blame - cryptopp-opt.patch
- updated to 5.6.5 (fixes CVE-2016-3995)
[packages/cryptopp.git] / cryptopp-opt.patch
CommitLineData
4574ef33
JB
1--- cryptopp-5.6.5/GNUmakefile.orig 2017-10-17 02:56:28.000000000 +0200
2+++ cryptopp-5.6.5/GNUmakefile 2017-12-23 23:15:44.213704213 +0100
3@@ -127,9 +127,9 @@
4
5 # Guard use of -march=native
6 ifeq ($(GCC42_OR_LATER)$(IS_NETBSD),10)
7- CXXFLAGS += -march=native
8+ #CXXFLAGS += -march=native
9 else ifneq ($(CLANG_COMPILER)$(INTEL_COMPILER),00)
10- CXXFLAGS += -march=native
11+ #CXXFLAGS += -march=native
12 else
13 # GCC 3.3 and "unknown option -march="
14 # Ubuntu GCC 4.1 compiler crash with -march=native
This page took 0.024478 seconds and 4 git commands to generate.