diff options
author | Timo Weingärtner <timo@tiwe.de> | 2015-09-06 17:01:47 +0200 |
---|---|---|
committer | Timo Weingärtner <timo@tiwe.de> | 2015-09-06 17:06:05 +0200 |
commit | 33485a9d38ad40ee971695384cfc869ced281a8c (patch) | |
tree | 9c5f26652ab14dd94fa407ad22f160e2f5e95f6a /Makefile | |
parent | ad1c2d2b28209654b447e1a5198c6516cfa50b88 (diff) | |
download | ssh-agent-filter-33485a9d38ad40ee971695384cfc869ced281a8c.tar.gz |
Makefile: link to pthread
some versions of gcc reference a pthread function in the <thread> header
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |