Fix secp256k1 test compilation

This commit is contained in:
Jack Grigg 2016-10-04 00:45:56 -07:00
parent 63bc8c9a17
commit 87da7b4ea0
1 changed files with 1 additions and 1 deletions

View File

@ -70,7 +70,7 @@ noinst_PROGRAMS += tests
tests_SOURCES = src/tests.c
tests_CPPFLAGS = -DVERIFY $(SECP_INCLUDES) $(SECP_TEST_INCLUDES)
tests_LDADD = $(SECP_LIBS) $(SECP_TEST_LIBS)
tests_LDFLAGS = -static
tests_LDFLAGS = -static -pthread
TESTS = tests
endif