$NetBSD: patch-aa,v 1.1.1.1 2000/06/08 15:56:28 wennmach Exp $ Do not add a path to the library search path (-L) to find libsl.a. This will find kth-krb4's sl library, which is the wrong one. --- appl/fs/Makefile.in.orig Mon May 29 19:09:12 2000 +++ appl/fs/Makefile.in Mon May 29 19:10:11 2000 @@ -55,7 +55,7 @@ -L../../rx -lrx \ -L../../lwp -llwp @PLWP_LIB_FLAGS@ \ -L../../lib/ko -lko -L../../util -lutil \ - -L../../lib/sl -lsl \ + ../../lib/sl/libsl.a \ -L../../lib/roken \ $(READLINE_lib) \ $(RXKAD_LIBS) \