From f3dc6a708d4fc8cde49bacb69a5b5ac052594930 Mon Sep 17 00:00:00 2001 From: Dan Goodliffe Date: Sat, 5 Sep 2020 17:46:50 +0100 Subject: Single FUSE version definition --- netfs/fuse/Jamfile.jam | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/netfs/fuse/Jamfile.jam b/netfs/fuse/Jamfile.jam index 8516d8b..d700c37 100644 --- a/netfs/fuse/Jamfile.jam +++ b/netfs/fuse/Jamfile.jam @@ -1,6 +1,7 @@ import package ; lib Glacier2 : : Glacier2++11 ; +constant FUSE_VER : 35 ; obj fuseConfig : fuseConfig.ice : tidy:none @@ -32,7 +33,7 @@ lib netfs-client : netfs-client-configuration [ glob *.cpp : fuseConfigImpl.cpp netfs.cpp ] : - FUSE_USE_VERSION=35 + FUSE_USE_VERSION=$(FUSE_VER) ../ice//netfs-api netfs-client-configuration netfs-client-configuration @@ -46,7 +47,7 @@ lib netfs-client : ..//slicer-xml ../..//fuse : : - FUSE_USE_VERSION=31 + FUSE_USE_VERSION=$(FUSE_VER) . ../ice//netfs-api Glacier2 -- cgit v1.2.3