diff options
Diffstat (limited to 'netfs/fuse/Jamfile.jam')
-rw-r--r-- | netfs/fuse/Jamfile.jam | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/netfs/fuse/Jamfile.jam b/netfs/fuse/Jamfile.jam index 2f0f1af..b697a62 100644 --- a/netfs/fuse/Jamfile.jam +++ b/netfs/fuse/Jamfile.jam @@ -28,6 +28,7 @@ lib netfs-client : netfs-client-configuration [ glob *.cpp : fuseConfigImpl.cpp netfs.cpp ] : + <define>FUSE_USE_VERSION=31 <implicit-dependency>../ice//netfs-api <library>netfs-client-configuration <implicit-dependency>netfs-client-configuration @@ -41,6 +42,7 @@ lib netfs-client : <library>..//slicer-xml <use>../..//fuse : : + <define>FUSE_USE_VERSION=31 <include>. <library>../ice//netfs-api <library>Glacier2 |