$NetBSD: patch-ab,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/vos/Makefile.in.orig Mon May 29 19:16:56 2000 +++ appl/vos/Makefile.in Mon May 29 19:17:40 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) \