openbsd-ports/net/torsocks/patches/patch-src_torsocks_in
pascal 5fa8c0b38c Torsocks allows you to use most socks-friendly applications in a safe
way with Tor. It ensures that DNS requests are handled safely and
explicitly rejects UDP traffic from the application you're using.

ok benoit@
2011-12-01 11:49:27 +00:00

13 lines
441 B
Plaintext

$OpenBSD: patch-src_torsocks_in,v 1.1.1.1 2011/12/01 11:49:27 pascal Exp $
--- src/torsocks.in.orig Tue Nov 29 11:58:05 2011
+++ src/torsocks.in Tue Nov 29 11:58:20 2011
@@ -76,7 +76,7 @@ fi
LIBDIR="@prefix@/lib/torsocks"
LIB_NAME="libtorsocks"
SHLIB_EXT="@SHLIB_EXT@"
-SHLIB="${LIBDIR}/${LIB_NAME}.${SHLIB_EXT}"
+SHLIB="${LIBDIR}/${LIB_NAME}.${SHLIB_EXT}.${LIBtorsocks_VERSION}"
# Ensure libtorsocks exists,
if [ ! -f $SHLIB ]; then