mirror of
https://github.com/NixOS/nix.git
synced 2024-11-22 06:42:28 +00:00
Merge pull request #9542 from NixOS/pthread-fix-netbsd
Add missing `-pthread` for test support libraries
This commit is contained in:
commit
fbc855b3c3
@ -20,4 +20,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
|
||||
|
@ -18,4 +18,4 @@ libstore-test-support_LIBS = \
|
||||
libutil-test-support \
|
||||
libstore libutil
|
||||
|
||||
libstore-test-support_LDFLAGS := -lrapidcheck
|
||||
libstore-test-support_LDFLAGS := -pthread -lrapidcheck
|
||||
|
@ -16,4 +16,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 New Issue
Block a user