$NetBSD: patch-an,v 1.1 2000/08/15 16:08:27 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/bos/Makefile.in.orig Mon Jun 5 22:55:16 2000 +++ appl/bos/Makefile.in Wed Aug 9 16:34:58 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) \