aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTimo Weingärtner <timo@tiwe.de>2013-08-30 21:29:44 +0200
committerTimo Weingärtner <timo@tiwe.de>2013-08-31 18:18:30 +0200
commit21ec6082f66b6b5eb8ec6d4e9a03b7c3f101a07f (patch)
treecb36feb1112123ab413722735d47cbf2ed2eefe2
parentadd51c0b13a3b2c2c3c35c5b2c87f0931df6ec94 (diff)
downloadssh-agent-filter-21ec6082f66b6b5eb8ec6d4e9a03b7c3f101a07f.tar.gz
Makefile: add libstdc++ to LDFLAGS
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 72c08fe..3747a03 100644
--- a/Makefile
+++ b/Makefile
@@ -19,7 +19,7 @@
CXXFLAGS ?= -g -O2 -Wall -Wold-style-cast
CXXFLAGS += -std=c++11
-LDFLAGS += -lboost_program_options -lboost_filesystem -lboost_system -lnettle
+LDFLAGS += -lstdc++ -lboost_program_options -lboost_filesystem -lboost_system -lnettle
all: ssh-agent-filter.1 afssh.1