The attached patch sets --sysconfdir explicitly to /etc rather than
/usr/etc and fixes the issue (verified by grepping through 'strings
/usr/lib/x86_64-linux-gnu/libgssapi*).

Jelmer
From ca779dc894255e6f76f3dbd1bfa334ba7ef79612 Mon Sep 17 00:00:00 2001
From: Jelmer Vernooij <[email protected]>
Date: Sun, 20 Apr 2014 16:22:34 +0200
Subject: [PATCH] Set sysconfdir to /etc, fixes patch for GSSAPI mechanism
 configuration. Closes: #673680

---
 debian/changelog | 8 ++++++++
 debian/rules     | 3 ++-
 2 files changed, 10 insertions(+), 1 deletion(-)

diff --git a/debian/changelog b/debian/changelog
index 55ef0fd..5527bf7 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,11 @@
+krb5 (1.12.1+dfsg-1.1) UNRELEASED; urgency=medium
+
+  * Non-maintainer upload.
+  * Set sysconfdir to /etc, fixes patch for GSSAPI mechanism
+    configuration. Closes: #673680
+
+ -- Jelmer Vernooij <[email protected]>  Sun, 20 Apr 2014 16:22:19 +0200
+
 krb5 (1.12.1+dfsg-1) unstable; urgency=low
 
   [ Sam Hartman ]
diff --git a/debian/rules b/debian/rules
index b76578e..858ded2 100755
--- a/debian/rules
+++ b/debian/rules
@@ -65,9 +65,10 @@ configure-stamp:
 		|| cp $(DEB_HOST_GNU_TYPE).cache build/
 	cd build && $(FLAGS) ../src/configure  \
 		--prefix=/usr --localstatedir=/etc --mandir=/usr/share/man \
+		--sysconfdir=/etc \
 		--with-system-et --with-system-ss --disable-rpath  \
 		--enable-shared --with-ldap --without-tcl \
-	--with-system-verto \
+		--with-system-verto \
 		--libdir=\$${prefix}/lib/$(DEB_HOST_MULTIARCH) \
 		$(SYSTEM) $(CACHE)
 	touch configure-stamp
-- 
1.9.2.657.geaba915

Attachment: signature.asc
Description: Digital signature

Reply via email to