forked from lix-project/lix
Add missing -pthread
for test support libraries
This is good in general (see how the other libraries also have long had it, since49fe9592a4
) but in particular needed to fix the NetBSD build. (cherry picked from commitb23273f6a2
)
This commit is contained in:
parent
211b6e1855
commit
615bd655e5
|
@ -16,4 +16,4 @@ libexpr-test-support_LIBS = \
|
|||
libstore-test-support libutil-test-support \
|
||||
libexpr libstore libutil
|
||||
|
||||
libexpr-test-support_LDFLAGS := -lrapidcheck
|
||||
libexpr-test-support_LDFLAGS := -pthread -lrapidcheck
|
||||
|
|
|
@ -14,4 +14,4 @@ libstore-test-support_LIBS = \
|
|||
libutil-test-support \
|
||||
libstore libutil
|
||||
|
||||
libstore-test-support_LDFLAGS := -lrapidcheck
|
||||
libstore-test-support_LDFLAGS := -pthread -lrapidcheck
|
||||
|
|
|
@ -12,4 +12,4 @@ libutil-test-support_CXXFLAGS += $(libutil-tests_EXTRA_INCLUDES)
|
|||
|
||||
libutil-test-support_LIBS = libutil
|
||||
|
||||
libutil-test-support_LDFLAGS := -lrapidcheck
|
||||
libutil-test-support_LDFLAGS := -pthread -lrapidcheck
|
||||
|
|
Loading…
Reference in a new issue