From 02e8a1d136817c1e2ec5bb0cb076a276f3a977cb Mon Sep 17 00:00:00 2001 From: Siarzhuk Zharski Date: Tue, 6 Dec 2011 21:49:33 +0100 Subject: [PATCH] Fix stdc++ linkage problem for setmime. * Adding setmime was incorrect - the wrong [non-stdc++] section was used. Sorry. --- src/bin/Jamfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/bin/Jamfile b/src/bin/Jamfile index 61bbdd29c6..4dc153e86e 100644 --- a/src/bin/Jamfile +++ b/src/bin/Jamfile @@ -103,7 +103,6 @@ StdBinCommands play.cpp quit.cpp roster.cpp - setmime.cpp setversion.cpp trash.cpp version.cpp @@ -151,6 +150,7 @@ StdBinCommands # standard commands that need libbe.so, libstdc++.so StdBinCommands copyattr.cpp + setmime.cpp xres.cpp : be $(TARGET_LIBSTDC++) : $(haiku-utils_rsrc) ;