]> sourceware.org Git - valgrind.git/commitdiff
FreeBSD regtest: add required library for C11 threads
authorPaul Floyd <pjfloyd@wanadoo.fr>
Sun, 15 Oct 2023 18:42:29 +0000 (20:42 +0200)
committerPaul Floyd <pjfloyd@wanadoo.fr>
Sun, 15 Oct 2023 18:42:29 +0000 (20:42 +0200)
drd/tests/Makefile.am

index 1b0beb4dae094f462123fdb1810f1e4e84843704..e0af0a22b8c97c0d27f093aa5bc063b1377ea239 100755 (executable)
@@ -661,3 +661,6 @@ timed_mutex_SOURCES         = timed_mutex.cpp
 timed_mutex_CXXFLAGS        = $(AM_CXXFLAGS) -std=c++0x
 
 thrd_create_SOURCES        = thrd_create.cpp
+if VGCONF_OS_IS_FREEBSD
+thrd_create_LDFLAGS          = -lstdthreads
+endif
This page took 0.034779 seconds and 5 git commands to generate.