From 673259506bcab276c7ce84e3ba3ac03f2d210cf1 Mon Sep 17 00:00:00 2001 From: Adrien Destugues Date: Sat, 13 Jun 2015 14:02:00 +0200 Subject: [PATCH] Link top with libstdc++ * Should fix gcc4 build --- src/bin/Jamfile | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/src/bin/Jamfile b/src/bin/Jamfile index 7e827880af..abec585e05 100644 --- a/src/bin/Jamfile +++ b/src/bin/Jamfile @@ -72,7 +72,6 @@ Includes [ FGristFiles top.cpp watch.c ] : [ BuildFeatureAttribute ncurses : headers ] ; StdBinCommands - top.cpp watch.c : [ BuildFeatureAttribute ncurses : library ] : $(haiku-utils_rsrc) ; @@ -178,6 +177,12 @@ StdBinCommands sysinfo.cpp : [ TargetLibstdc++ ] : $(haiku-utils_rsrc) ; +# commands that need libstdc++ and lubncurses +StdBinCommands + top.cpp + : [ BuildFeatureAttribute ncurses : library ] [ TargetLibstdc++ ] : $(haiku-utils_rsrc) ; + + # standard commands that need libbe.so, libtranslation.so, libsupc++.so StdBinCommands translate.cpp