]> git.michaelhowe.org Git - packages/o/openafs.git/commitdiff
Add configure flag for the FUSE client
authorRuss Allbery <rra@debian.org>
Tue, 20 Apr 2010 03:54:19 +0000 (20:54 -0700)
committerRuss Allbery <rra@debian.org>
Tue, 20 Apr 2010 03:54:19 +0000 (20:54 -0700)
debian/changelog
debian/rules

index 518e9a1681acd53906cdaec382be68c9215c33f9..600401c43e18652b9b306d469596013f98faba70 100644 (file)
@@ -1,9 +1,9 @@
 openafs (1.5.74-2) UNRELEASED; urgency=low
 
-  * Add build dependency on libfuse-dev so that the new FUSE afsd is
-    built.  Install afsd.fuse into the openafs-client package for the time
-    being.  There is, as yet, no documentation or init script support for
-    the FUSE implementation.
+  * Add build dependency on libfuse-dev and pass --enable-fuse-client to
+    configure so that the new FUSE afsd is built.  Install afsd.fuse into
+    the openafs-client package for the time being.  There is, as yet, no
+    documentation or init script support for the FUSE implementation.
 
  -- Russ Allbery <rra@debian.org>  Mon, 19 Apr 2010 20:40:49 -0700
 
index 9b6a5353146c5155c38792442ac2dadd6c6294f4..9bccea4bd17b38d2b90074290de7beef842528e5 100755 (executable)
@@ -99,7 +99,7 @@ build-stamp:
            --sysconfdir=/etc --libexecdir=/usr/lib \
            --localstatedir=/var/lib --with-krb5-conf=/usr/bin/krb5-config \
            --enable-supergroups --enable-demand-attach-fs \
-           --enable-disconnected \
+           --enable-disconnected --enable-fuse-client \
            --with-xslt-processor=xsltproc --with-html-xsl=$(HTML_XSL) \
            --enable-debug --enable-debug-lwp $(DEBIAN_OPT_FLAGS) $(SYSTEM)
        chmod a+x config.sub src/libafs/make_kbuild_makefile.pl \