Skip to content

Commit

Permalink
DNS: link to pthread
Browse files Browse the repository at this point in the history
  • Loading branch information
muggenhor committed Oct 24, 2018
1 parent 314557e commit 35991b4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dns/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ test-cases-bin/%.bin: test-cases/%.bm test-cases-bin
binmake $< $@

request-test: $(request_test_SRC:.cpp=.o)
$(CXX) $(CXXFLAGS) -o $@ $^ -lboost_system
$(CXX) $(CXXFLAGS) -o $@ $^ -lboost_system -pthread

parse-test: $(parse_test_SRC:.cpp=.o)
$(CXX) $(CXXFLAGS) -o $@ $^
Expand Down

0 comments on commit 35991b4

Please sign in to comment.