Skip to content

Commit

Permalink
<build>linkcatkeys was failing to run on Haiku r1a4 correctly.
Browse files Browse the repository at this point in the history
* linking against the host libbe.so which could also contain classes
like DefaultCatalog seems to let the runtime_loader in trouble.
* as a workaround we rename the class.
  • Loading branch information
korli committed May 13, 2013
1 parent 7aa197e commit af52555
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/tools/locale/Jamfile
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,9 @@ local localetools =
# Due to the use of STL fstream open() mapping the function names via macro
# name doesn't work.
DEFINES += _HAIKU_BUILD_DONT_REMAP_FD_FUNCTIONS ;
# We link against the host libbe.so which could also contain this class, so
# rename it for locale tools
DEFINES += DefaultCatalog=ToolsDefaultCatalog ;

USES_BE_API on $(localetools) = true ;

Expand Down

0 comments on commit af52555

Please sign in to comment.