summaryrefslogtreecommitdiff
path: root/netfs/fuse
diff options
context:
space:
mode:
authorDan Goodliffe <dan@randomdan.homeip.net>2019-06-30 20:59:42 +0100
committerDan Goodliffe <dan@randomdan.homeip.net>2019-06-30 20:59:42 +0100
commit857d0bc89d1f05c780a326c0d5d19926bbad6525 (patch)
tree97484b2bf85245a4f222acd8a58ba2fd48b25c56 /netfs/fuse
parentZero out f_fsid of VFS (diff)
downloadnetfs-857d0bc89d1f05c780a326c0d5d19926bbad6525.tar.bz2
netfs-857d0bc89d1f05c780a326c0d5d19926bbad6525.tar.xz
netfs-857d0bc89d1f05c780a326c0d5d19926bbad6525.zip
Get glibmm and fuse flags from pkg-confignetfs-1.3.3.3
Diffstat (limited to 'netfs/fuse')
-rw-r--r--netfs/fuse/Jamfile.jam4
1 files changed, 2 insertions, 2 deletions
diff --git a/netfs/fuse/Jamfile.jam b/netfs/fuse/Jamfile.jam
index e9211fe..2f0f1af 100644
--- a/netfs/fuse/Jamfile.jam
+++ b/netfs/fuse/Jamfile.jam
@@ -1,6 +1,5 @@
import package ;
-lib fuse : : <name>fuse ;
lib Glacier2 : : <name>Glacier2++11 ;
obj fuseConfig : fuseConfig.ice :
@@ -40,6 +39,7 @@ lib netfs-client :
<library>..//slicer
<library>..//adhocutil
<library>..//slicer-xml
+ <use>../..//fuse
: :
<include>.
<library>../ice//netfs-api
@@ -52,7 +52,7 @@ lib netfs-client :
exe netfs :
netfs.cpp :
<library>netfs-client
- <library>fuse
+ <library>../..//fuse
<library>..//adhocutil
;