summaryrefslogtreecommitdiff
path: root/net/arla/patches/patch-an
blob: 2140c4580be9a0f5640c7cde118b61f2c4ef4a45 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
$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) \