fix broken socksify; Gregory Steuck

This commit is contained in:
jakob 2005-05-21 06:51:54 +00:00
parent cdce87ca8e
commit 362d3425ef
2 changed files with 14 additions and 2 deletions

View File

@ -1,9 +1,9 @@
# $OpenBSD: Makefile,v 1.28 2005/03/16 15:34:49 naddy Exp $
# $OpenBSD: Makefile,v 1.29 2005/05/21 06:51:54 jakob Exp $
COMMENT= "SOCKS client and server"
DISTNAME= dante-1.1.15
PKGNAME= ${DISTNAME}p0
PKGNAME= ${DISTNAME}p1
CATEGORIES= security
MASTER_SITES= ftp://ftp.inet.no/pub/socks/

View File

@ -0,0 +1,12 @@
$OpenBSD: patch-bin_socksify_in,v 1.1 2005/05/21 06:51:55 jakob Exp $
--- bin/socksify.in.orig Mon Jan 24 02:24:18 2005
+++ bin/socksify.in Fri May 20 19:26:06 2005
@@ -52,7 +52,7 @@ SOCKSIFY_PRELOAD_LIBS="@SOCKSIFY_PRELOAD
LIBDIR="@LIBRARY_PREFIX@"
#XXX shared library name should be generated too (possibly including version)
-LIBRARY="${SOCKS_LIBRARY-${LIBDIR}/libdsocks.@SOLIB_POSTFIX@}"
+LIBRARY="${SOCKS_LIBRARY-${LIBDIR}/libdsocks.@SOLIB_POSTFIX@.1.0}"
PRELOAD_SEPERATOR="@PRELOAD_SEPERATOR@"
PRELOAD_POSTFIX="@PRELOAD_POSTFIX@"