diff --git a/src/apps/cdplayer/Jamfile b/src/apps/cdplayer/Jamfile index e87db80e92..401240a1cb 100644 --- a/src/apps/cdplayer/Jamfile +++ b/src/apps/cdplayer/Jamfile @@ -13,6 +13,7 @@ Application CDPlayer : TwoStateDrawButton.cpp VolumeSlider.cpp - : be $(TARGET_SELECT_UNAME_ETC_LIB) $(TARGET_NETAPI_LIB) translation textencoding + : be $(TARGET_SELECT_UNAME_ETC_LIB) $(TARGET_NETAPI_LIB) $(TARGET_LIBSTDC++) + translation textencoding : CDPlayer.rdef ; diff --git a/src/bin/locale/Jamfile b/src/bin/locale/Jamfile index f58671ccf1..13836e86db 100644 --- a/src/bin/locale/Jamfile +++ b/src/bin/locale/Jamfile @@ -6,6 +6,6 @@ UsePublicHeaders locale ; BinCommand collectcatkeys : collectcatkeys.cpp RegExp.cpp : be liblocale.so ; -BinCommand linkcatkeys : linkcatkeys.cpp : be liblocale.so ; +BinCommand linkcatkeys : linkcatkeys.cpp : be liblocale.so $(TARGET_LIBSTDC++) ; BinCommand dumpcatalog : dumpcatalog.cpp : be liblocale.so ; diff --git a/src/kits/bluetooth/Jamfile b/src/kits/bluetooth/Jamfile index d6e4e5a5a6..67fc9824f0 100644 --- a/src/kits/bluetooth/Jamfile +++ b/src/kits/bluetooth/Jamfile @@ -24,5 +24,5 @@ SharedLibrary libbluetooth.so : #UI PincodeWindow.cpp ConnectionIncoming.cpp - : be + : be $(TARGET_LIBSTDC++) ;