Skip to content

Commit a0040da

Browse files
author
Jonathan Rosser
committed
add another missing linkage against pthreads
1 parent 159b9d3 commit a0040da

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

examples/fuzzing_client/Makefile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@ BOOST_LIBS=boost_system boost_date_time boost_thread boost_regex boost_random
22

33
include ../common.mk
44

5+
LDFLAGS := $(LDFLAGS) -lpthread
6+
57
fuzzing_client: fuzzing_client.o
68
$(CXX) $(CFLAGS) $^ -o $@ $(LDFLAGS)
79

0 commit comments

Comments
 (0)