24 lines
609 B
Text
24 lines
609 B
Text
$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
|