From 5d0e14e988058bc7d549950c2fb5454a4306c921 Mon Sep 17 00:00:00 2001 From: Ingo Weinhold Date: Thu, 9 Jul 2009 18:06:53 +0000 Subject: [PATCH] Link bfs_fuse against the static host libroot. git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@31487 a95241bf-73f2-0310-859d-f6bbb57e9c96 --- src/tools/bfs_shell/Jamfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/tools/bfs_shell/Jamfile b/src/tools/bfs_shell/Jamfile index e6cf19ba33..c9d15ac9dc 100644 --- a/src/tools/bfs_shell/Jamfile +++ b/src/tools/bfs_shell/Jamfile @@ -61,5 +61,5 @@ BuildPlatformMain bfs_fuse $(bfsSource) : fuse_module.a $(libHaikuCompat) $(HOST_LIBSUPC++) $(HOST_LIBSTDC++) - $(HOST_LIBROOT) $(fsShellCommandLibs) fuse + $(HOST_STATIC_LIBROOT) $(fsShellCommandLibs) fuse ;