Ticket #4003: jamfiles.diff

File jamfiles.diff, 1.2 KB (added by jprostko, 15 years ago)

Diff to fix optimization-related build-breakage

  • src/apps/cdplayer/Jamfile

     
    1313    TwoStateDrawButton.cpp
    1414    VolumeSlider.cpp
    1515
    16     : be $(TARGET_SELECT_UNAME_ETC_LIB) $(TARGET_NETAPI_LIB) translation textencoding
     16    : be $(TARGET_SELECT_UNAME_ETC_LIB) $(TARGET_NETAPI_LIB) $(TARGET_LIBSTDC++)
     17        translation textencoding
    1718    : CDPlayer.rdef
    1819;
  • src/bin/locale/Jamfile

     
    66
    77BinCommand collectcatkeys : collectcatkeys.cpp RegExp.cpp : be liblocale.so ;
    88
    9 BinCommand linkcatkeys : linkcatkeys.cpp : be liblocale.so ;
     9BinCommand linkcatkeys : linkcatkeys.cpp : be liblocale.so $(TARGET_LIBSTDC++) ;
    1010
    1111BinCommand dumpcatalog : dumpcatalog.cpp : be liblocale.so ;
  • src/kits/bluetooth/Jamfile

     
    2424    #UI
    2525    PincodeWindow.cpp
    2626    ConnectionIncoming.cpp
    27     : be
     27    : be $(TARGET_LIBSTDC++)
    2828;