aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRuss Allbery <rra@stanford.edu>2008-04-24 23:51:49 +0000
committerRuss Allbery <rra@stanford.edu>2008-04-24 23:51:49 +0000
commit89a438dbf96b01104b5a24d11ad1f9b7e52a78a4 (patch)
treed8fe136057818ffcffd8546fdf8f274720ab62d8
parent54db4deb68be7caedb49b8e949793f770025ce47 (diff)
Now use --with-kaserver instead of --with-afs. Remove therelease/0.9debian/0.9-1
Stanford-specific wallet-server setting now that we have an updated krb5.conf file everywhere.
-rwxr-xr-xdebian/rules3
1 files changed, 1 insertions, 2 deletions
diff --git a/debian/rules b/debian/rules
index 3205af0..73d4f09 100755
--- a/debian/rules
+++ b/debian/rules
@@ -36,8 +36,7 @@ configure: configure-stamp
configure-stamp:
dh_testdir
CFLAGS="$(CFLAGS)" ./configure $(SYSTEM) --prefix=/usr \
- --mandir=\$${prefix}/share/man --with-afs \
- --with-wallet-server=wallet.stanford.edu \
+ --mandir=\$${prefix}/share/man --with-kaserver \
--enable-reduced-depends
touch $@