Fix mingw build on ubuntu 20.04
- Link libssp to resolve undefined reference __memcpy_chk - Disable dtlstest since mingw does not have poll
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user