]> Git Repo - VerusCoin.git/commitdiff
Fix secp256k1 test compilation
authorJack Grigg <[email protected]>
Tue, 4 Oct 2016 07:45:56 +0000 (00:45 -0700)
committerJack Grigg <[email protected]>
Tue, 4 Oct 2016 07:45:56 +0000 (00:45 -0700)
src/secp256k1/Makefile.am

index cc15338b7ef7c6e7a1acade834d35b6638e27363..5f388f3fd79fa02c92d217f3023b70c8c8b6f17e 100644 (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
 
This page took 0.02322 seconds and 4 git commands to generate.