From 464ee61f45db818926c18542bc7497e5d5769578 Mon Sep 17 00:00:00 2001 From: Ingo Weinhold Date: Sat, 17 Aug 2013 09:31:24 +0200 Subject: [PATCH] pkgman: link against needed libstdc++ --- src/bin/pkgman/Jamfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/bin/pkgman/Jamfile b/src/bin/pkgman/Jamfile index e57ee9a370..aebc297a40 100644 --- a/src/bin/pkgman/Jamfile +++ b/src/bin/pkgman/Jamfile @@ -21,5 +21,5 @@ BinCommand pkgman : RepositoryBuilder.cpp : package be - $(TARGET_LIBSUPC++) + $(TARGET_LIBSUPC++) $(TARGET_LIBSTDC++) ;