From 21ec6082f66b6b5eb8ec6d4e9a03b7c3f101a07f Mon Sep 17 00:00:00 2001 From: Timo Weingärtner Date: Fri, 30 Aug 2013 21:29:44 +0200 Subject: Makefile: add libstdc++ to LDFLAGS --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.2.3