From 420723ee1818e1b62300f845f7af6a1a0cba6398 Mon Sep 17 00:00:00 2001 From: kinichiro Date: Sat, 29 May 2021 02:06:59 +0000 Subject: Fix mingw build on ubuntu 20.04 - Link libssp to resolve undefined reference __memcpy_chk - Disable dtlstest since mingw does not have poll --- tests/Makefile.am | 2 ++ 1 file changed, 2 insertions(+) (limited to 'tests') diff --git a/tests/Makefile.am b/tests/Makefile.am index 8ce338f..f43bd85 100644 --- a/tests/Makefile.am +++ b/tests/Makefile.am @@ -172,9 +172,11 @@ check_PROGRAMS += dsatest dsatest_SOURCES = dsatest.c # dtlstest +if !HOST_WIN TESTS += dtlstest.sh check_PROGRAMS += dtlstest dtlstest_SOURCES = dtlstest.c +endif EXTRA_DIST += dtlstest.sh # ec_point_conversion -- cgit v1.2.3-55-g6feb