From: Russ Allbery Date: Tue, 20 Apr 2010 03:54:19 +0000 (-0700) Subject: Add configure flag for the FUSE client X-Git-Tag: debian/1.5.74-2~10 X-Git-Url: https://git.michaelhowe.org/gitweb/?a=commitdiff_plain;h=6c80f1203ea2b5032834cbbc752942722eedc9d0;p=packages%2Fo%2Fopenafs.git Add configure flag for the FUSE client --- diff --git a/debian/changelog b/debian/changelog index 518e9a168..600401c43 100644 --- a/debian/changelog +++ b/debian/changelog @@ -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 Mon, 19 Apr 2010 20:40:49 -0700 diff --git a/debian/rules b/debian/rules index 9b6a53531..9bccea4bd 100755 --- a/debian/rules +++ b/debian/rules @@ -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 \