From: kcr Date: Fri, 30 May 2003 20:09:40 +0000 (+0000) Subject: build with krb5, and note X-Git-Url: https://asedeno.scripts.mit.edu/gitweb/?a=commitdiff_plain;h=6083907730ac75f449a0dc2a62e4c5661551cc5f;p=1ts-debian.git build with krb5, and note git-svn-id: svn://svn.1ts.org/debian/branches/athena-update-branch@176 cbed1d16-5ef5-0310-b6a1-d4a37b08ba1f --- diff --git a/zephyr/debian/changelog b/zephyr/debian/changelog index 97419de..d6d8780 100644 --- a/zephyr/debian/changelog +++ b/zephyr/debian/changelog @@ -1,3 +1,9 @@ +zephyr (2.1.20010518.SNAPSHOT-10.2) unstable; urgency=low + + * Patch in the krb5 interrealm. + + -- Karl Ramm Fri, 30 May 2003 16:03:47 -0400 + zephyr (2.1.20010518.SNAPSHOT-10.1) unstable; urgency=low * Experimental update to the latest athena code. diff --git a/zephyr/debian/rules b/zephyr/debian/rules index 2caa1ff..9dc1796 100755 --- a/zephyr/debian/rules +++ b/zephyr/debian/rules @@ -23,7 +23,7 @@ configure-stamp: dh_testdir # Add here commands to configure the package. -mkdir krb - cd krb&&../configure --with-krb4=/usr $(CONFIGURE_ROOT) + cd krb&&../configure --with-krb4=/usr --with-krb5=/usr $(CONFIGURE_ROOT) -mkdir no-krb cd no-krb&&../configure $(CONFIGURE_ROOT) touch configure-stamp