Skip to content
This repository has been archived by the owner on Jul 19, 2018. It is now read-only.

Commit

Permalink
Makefile: link to pthread
Browse files Browse the repository at this point in the history
some versions of gcc reference a pthread function in the <thread> header
  • Loading branch information
tiwe-de committed Sep 6, 2015
1 parent ad1c2d2 commit 33485a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Expand Up @@ -20,7 +20,7 @@ CXXFLAGS ?= -g -O2 -Wall -Wold-style-cast

CPPFLAGS += -D_FILE_OFFSET_BITS=64
CXXFLAGS += -std=c++11
LDLIBS = -lstdc++ -lboost_program_options -lboost_filesystem -lboost_system -lboost_iostreams -lnettle
LDLIBS = -lstdc++ -lboost_program_options -lboost_filesystem -lboost_system -lboost_iostreams -lnettle -lpthread

all: ssh-agent-filter.1 afssh.1 ssh-askpass-noinput.1

Expand Down

0 comments on commit 33485a9

Please sign in to comment.