minor weirdness
Assar Westerlund
assar at sics.se
Tue Jul 28 23:10:19 CEST 1998
Joe Foley <foley at MIT.EDU> writes:
> One minor thing is that the krbafs is by default called "libkrbafs.a"
> not "libkafs.a" as the makefile says.
Is it? Is it supposed to be, Derrick?
Try the obvious patch:
/assar
Index: configure.in
===================================================================
RCS file: /usr/local/cvsroot/arla/configure.in,v
retrieving revision 1.146
diff -u -w -u -w -r1.146 configure.in
--- configure.in 1998/07/28 14:26:16 1.146
+++ configure.in 1998/07/28 21:09:01
@@ -291,7 +291,7 @@
RXKAD="rxkad"
RXKAD_LIBS="-L../rxkad -lrxkad $KRB_LIB_FLAGS"
if test "$with_krbafs" != "no"; then
- KAFS_LIBS="-L${with_krbafs} -lkafs"
+ KAFS_LIBS="-L${with_krbafs} -lkrbafs"
else
KAFS_LIBS="-L${KRB_LIB_DIR} -lkafs"
fi
More information about the Arla-drinkers
mailing list