From: Steve Langasek Date: Sat, 1 Jun 2013 17:29:27 +0000 (-0700) Subject: The configure option name is --with-gssglue, not --with-libgssglue. Fix this, so... X-Git-Tag: debian/1%1.2.8-4~1 X-Git-Url: https://git.decadent.org.uk/gitweb/?p=nfs-utils.git;a=commitdiff_plain;h=d884956a17347585f26fbfa1492ab396d2f41897 The configure option name is --with-gssglue, not --with-libgssglue. Fix this, so that rpc.gssd really works. Really closes: #707960. --- diff --git a/debian/changelog b/debian/changelog index 231cb3d..dcabc0b 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +nfs-utils (1:1.2.8-4) UNRELEASED; urgency=low + + * The configure option name is --with-gssglue, not --with-libgssglue. + Fix this, so that rpc.gssd really works. Really closes: #707960. + + -- Steve Langasek Sat, 01 Jun 2013 10:28:45 -0700 + nfs-utils (1:1.2.8-3) unstable; urgency=low * Add myself as comaintainer, per <518FCECE.7050106@debian.org>. diff --git a/debian/rules b/debian/rules index 88dc61d..757468e 100755 --- a/debian/rules +++ b/debian/rules @@ -27,7 +27,7 @@ build-stamp: --enable-nfsv41 \ --enable-ipv6 \ --enable-libmount-mount \ - --with-libgssglue \ + --with-gssglue \ --with-tcp-wrappers $(MAKE) $(MAKEFLAGS) touch build-stamp