summaryrefslogtreecommitdiff
path: root/net/socks5/patches/patch-aa
blob: 31bcddd8410afb9ea40bc3e6a84da7870f70d156 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
$NetBSD: patch-aa,v 1.3 1999/04/16 11:44:52 hubertf Exp $

--- shlib/runsocks.in	1997/11/21 14:21:03	1.1
+++ shlib/runsocks.in	1997/11/21 14:23:18
@@ -21,8 +21,8 @@
 # in front of it.  We make the path overridable with SOCKS5_SHLIB_RUNPATH...
 #
 case `uname -rs` in
-SunOS*4.*)
-	@PRELOADS@=${SOCKS5_SHLIB_RUNPATH}@SHLIB_LIB@@PRELOADA@
+SunOS*4.*|NetBSD*)
+	@PRELOADS@=${SOCKS5_SHLIB_RUNPATH}@SHLIB_LIB@@PRELOADA@.0.0
 	export @PRELOADS@
 	;;
 *)
@@ -33,7 +33,7 @@
 		export LD_LIBRARY_PATH
 	fi
 
-	@PRELOADS@=@SHLIB_LIB@@PRELOADA@
+	@PRELOADS@=@SHLIB_LIB@@PRELOADA@.0.0
 	export LD_LIBRARY_PATH
 	;;
 esac