From: Nikos Mavrogiannopoulos Date: Fri, 15 Apr 2016 08:17:32 +0000 (+0200) Subject: tests: suite: disable any openssl cpu optimizations X-Git-Tag: gnutls_3_5_0~135 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ad6414ae364da776140af692f1c585f1ece0c85e;p=thirdparty%2Fgnutls.git tests: suite: disable any openssl cpu optimizations This prevents from valgrind failures on softhsm usage due to any new instruction optimizations which are not supported by valgrind. --- diff --git a/tests/suite/Makefile.am b/tests/suite/Makefile.am index 43c5403526..1dab4fbd3d 100644 --- a/tests/suite/Makefile.am +++ b/tests/suite/Makefile.am @@ -98,7 +98,8 @@ TESTS_ENVIRONMENT = EXEEXT=$(EXEEXT) \ LC_ALL="C" \ VALGRIND="$(VALGRIND)" \ top_builddir="$(top_builddir)" \ - srcdir="$(srcdir)" + srcdir="$(srcdir)" \ + OPENSSL_ia32cap=0x00000000 if ENABLE_NON_SUITEB_CURVES TESTS_ENVIRONMENT += ENABLE_NON_SUITEB_CURVES=1