From 3f6971fd68cab13c40d9d9af57942f3d83a230ce Mon Sep 17 00:00:00 2001 From: Ingo Weinhold Date: Tue, 26 Feb 2008 02:31:59 +0000 Subject: [PATCH] Some additions to the existing kludges to fix the build on BeOS. I tested building libroot.so only (BeOS under VMware is not exactly fun as a build platform), but I think that should suffice. git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@24134 a95241bf-73f2-0310-859d-f6bbb57e9c96 --- src/build/libhaikucompat/Jamfile | 2 ++ src/tools/Jamfile | 1 + 2 files changed, 3 insertions(+) diff --git a/src/build/libhaikucompat/Jamfile b/src/build/libhaikucompat/Jamfile index c38c206358..cad6207218 100644 --- a/src/build/libhaikucompat/Jamfile +++ b/src/build/libhaikucompat/Jamfile @@ -21,6 +21,8 @@ if $(HOST_PLATFORM) in r5 bone dano { : [ FDirName $(HAIKU_TOP) headers build os app ] ; ObjectSysHdrs $(libbePatchSources) : [ FDirName $(HAIKU_TOP) headers build os interface ] ; + ObjectSysHdrs $(libbePatchSources) + : [ FDirName $(HAIKU_TOP) headers build os support ] ; ObjectSysHdrs $(libbePatchSources) : [ FDirName $(HAIKU_TOP) headers build os storage ] ; if $(HOST_PLATFORM) = dano { diff --git a/src/tools/Jamfile b/src/tools/Jamfile index cc167002cd..b86dda8bb4 100644 --- a/src/tools/Jamfile +++ b/src/tools/Jamfile @@ -22,6 +22,7 @@ USES_BE_API on $(tools) = true ; # TODO: temporary kludge local libHaikuCompat ; if $(HOST_PLATFORM) in r5 bone dano { + UseHeaders [ FDirName $(HAIKU_TOP) headers build os support ] : true ; libHaikuCompat = libhaikucompat_build.a ; }