From 09e35070f05471ab51d22a55dad417fc83674a8b Mon Sep 17 00:00:00 2001 From: randomdan Date: Sat, 19 Feb 2011 18:54:32 +0000 Subject: Fix to link against static libmisc --- netfs/Jamfile.jam | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/netfs/Jamfile.jam b/netfs/Jamfile.jam index 52f7f52..f9939e0 100644 --- a/netfs/Jamfile.jam +++ b/netfs/Jamfile.jam @@ -11,6 +11,8 @@ lib boost_thread : : boost_thread ; lib Ice : : Ice ; lib fuse : : fuse ; +alias static_misc : ../libmisc//misc : static ; + lib netfsComms : netfsComms.ice : ; @@ -19,6 +21,7 @@ lib netfsCommon : entCache.cpp : _FILE_OFFSET_BITS=64 netfsComms + static_misc ; exe netfs : @@ -26,7 +29,7 @@ exe netfs : : _FILE_OFFSET_BITS=64 netfsComms - ../libmisc//misc + static_misc netfsComms netfsCommon boost_thread @@ -39,7 +42,7 @@ lib netfsd : : _FILE_OFFSET_BITS=64 netfsComms - ../libmisc//misc + static_misc netfsComms netfsCommon boost_random -- cgit v1.2.3