[24215] in Source-Commits
/svn/athena r23816 - trunk/athena/bin/discuss/debian
daemon@ATHENA.MIT.EDU (Evan Broder)
Mon May 18 23:52:09 2009
Date: Mon, 18 May 2009 23:51:58 -0400
From: Evan Broder <broder@MIT.EDU>
Message-Id: <200905190351.n4J3pwdg007739@drugstore.mit.edu>
To: source-commits@mit.edu
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
Author: broder
Date: 2009-05-18 23:51:58 -0400 (Mon, 18 May 2009)
New Revision: 23816
Modified:
trunk/athena/bin/discuss/debian/changelog
trunk/athena/bin/discuss/debian/rules
Log:
In discuss:
* Always build our discuss with krb5.
Modified: trunk/athena/bin/discuss/debian/changelog
===================================================================
--- trunk/athena/bin/discuss/debian/changelog 2009-05-19 03:50:09 UTC (rev 23815)
+++ trunk/athena/bin/discuss/debian/changelog 2009-05-19 03:51:58 UTC (rev 23816)
@@ -6,8 +6,9 @@
* Use HAVE_KRB4 and HAVE_KRB5 instead of KERBEROS and KERBEROS5.
* Assorted changes to make discuss work with any combination of krb4 and
krb5 (including neither).
+ * Always build our discuss with krb5.
- -- Evan Broder <broder@mit.edu> Mon, 18 May 2009 23:50:01 -0400
+ -- Evan Broder <broder@mit.edu> Mon, 18 May 2009 23:51:52 -0400
debathena-discuss (10.0.7-0debathena3) unstable; urgency=low
Modified: trunk/athena/bin/discuss/debian/rules
===================================================================
--- trunk/athena/bin/discuss/debian/rules 2009-05-19 03:50:09 UTC (rev 23815)
+++ trunk/athena/bin/discuss/debian/rules 2009-05-19 03:51:58 UTC (rev 23816)
@@ -4,7 +4,7 @@
include /usr/share/cdbs/1/rules/debhelper.mk
include /usr/share/cdbs/1/class/autotools.mk
-DEB_CONFIGURE_EXTRA_FLAGS += --with-krb4=$(shell krb5-config --prefix krb4) --with-zephyr
+DEB_CONFIGURE_EXTRA_FLAGS += --with-krb4=$(shell krb5-config --prefix krb4) --with-krb5 --with-zephyr
DEB_MAKE_CLEAN_TARGET = clean
DEB_DH_INSTALL_SOURCEDIR = $(DEB_DESTDIR)