unit-tests: link test-runner against -lpthread
This commit is contained in:
@@ -18,4 +18,5 @@ test_runner_CFLAGS = \
|
|||||||
test_runner_LDFLAGS = @COVERAGE_LDFLAGS@
|
test_runner_LDFLAGS = @COVERAGE_LDFLAGS@
|
||||||
test_runner_LDADD = \
|
test_runner_LDADD = \
|
||||||
$(top_builddir)/src/libstrongswan/libstrongswan.la \
|
$(top_builddir)/src/libstrongswan/libstrongswan.la \
|
||||||
|
$(PTHREADLIB) \
|
||||||
@CHECK_LIBS@
|
@CHECK_LIBS@
|
||||||
|
|||||||
Reference in New Issue
Block a user