From d884956a17347585f26fbfa1492ab396d2f41897 Mon Sep 17 00:00:00 2001 From: Steve Langasek Date: Sat, 1 Jun 2013 10:29:27 -0700 Subject: [PATCH] The configure option name is --with-gssglue, not --with-libgssglue. Fix this, so that rpc.gssd really works. Really closes: #707960. --- debian/changelog | 7 +++++++ debian/rules | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) 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 -- 2.39.2