[Pkg-xmpp-commits] [SCM] GNU SASL Library branch, master, updated. upstream/1.8.0-88-ga6109c9
Simon Josefsson
simon at josefsson.org
Mon Jun 4 09:05:06 UTC 2012
The following commit has been merged in the master branch:
commit 34284c77981c3fb12e3a8d569cc640ff62c137a1
Author: Simon Josefsson <simon at josefsson.org>
Date: Mon Jun 4 10:35:51 2012 +0200
Explicitly enable GSS-API linking.
diff --git a/debian/changelog b/debian/changelog
index 2c77137..c36f1f8 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,11 @@
+gsasl (1.8.0-2) unstable; urgency=low
+
+ [ Simon Josefsson ]
+ * Explicitly enable GSS-API linking.
+ * Moved from experimental to unstable after testing.
+
+ -- Simon Josefsson <simon at josefsson.org> Mon, 04 Jun 2012 10:35:27 +0200
+
gsasl (1.8.0-1) experimental; urgency=low
[ Simon Josefsson ]
diff --git a/debian/rules b/debian/rules
index d897886..534ae76 100755
--- a/debian/rules
+++ b/debian/rules
@@ -7,7 +7,7 @@ DEB_DH_STRIP_ARGS = --dbg-package=gsasl-dbg
DEB_MAKE_CHECK_TARGET = check
DEB_DH_MAKESHLIBS_ARGS_libgsasl7 = -- -c4
-DEB_CONFIGURE_USER_FLAGS = --disable-valgrind-tests --without-libgcrypt
+DEB_CONFIGURE_USER_FLAGS = --disable-valgrind-tests --without-libgcrypt --with-gssapi-impl=mit
DEB_CONFIGURE_EXTRA_FLAGS = --with-packager=Debian --with-packager-version=$(DEB_VERSION) --with-packager-bug-reports=http://bugs.debian.org/
common-install-arch::
--
GNU SASL Library
More information about the Pkg-xmpp-commits
mailing list