<build>linkcatkeys was failing to run on Haiku r1a4 correctly.

* 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.
This commit is contained in:
Jerome Duval 2013-05-13 22:53:59 +02:00
parent 7aa197e396
commit af5255598c

View File

@ -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 ;