pkgsrc/net/socks5/patches/patch-aa

25 lines
609 B
Text
Raw Normal View History

1999-04-16 13:44:52 +02:00
$NetBSD: patch-aa,v 1.3 1999/04/16 11:44:52 hubertf Exp $
1998-08-07 13:08:53 +02:00
--- 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