diff options
author | rh <rh> | 2000-05-03 17:44:27 +0000 |
---|---|---|
committer | rh <rh> | 2000-05-03 17:44:27 +0000 |
commit | 6399d8fbfffed5552a3dbc1e665698a7b165db31 (patch) | |
tree | 7d380f20dff2410f934b2b91485ea1abdcae67a5 /net | |
parent | 6f2e44bd835d386b0428578f11fb162262eb823a (diff) | |
download | pkgsrc-6399d8fbfffed5552a3dbc1e665698a7b165db31.tar.gz |
Prevent the automatic shlib handling mechanism from getting confused and
overwriting the shared socks library with circular symbolic links. Remove
automatically generated symbolic link 'lib/libsocks5_sh.so' from PLIST.
Fixes PR 8969 by Claus Andersen.
Diffstat (limited to 'net')
-rw-r--r-- | net/socks5/Makefile | 4 | ||||
-rw-r--r-- | net/socks5/pkg/PLIST | 3 |
2 files changed, 3 insertions, 4 deletions
diff --git a/net/socks5/Makefile b/net/socks5/Makefile index 0032e7787e7..fc0d37ed354 100644 --- a/net/socks5/Makefile +++ b/net/socks5/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.14 1999/02/20 22:26:22 hubertf Exp $ +# $NetBSD: Makefile,v 1.15 2000/05/03 17:44:27 rh Exp $ # FreeBSD Id: Makefile,v 1.14 1997/08/28 06:49:06 obrien Exp # @@ -35,6 +35,6 @@ CONFIGURE_ARGS= --with-libconffile=${PREFIX}/etc/libsocks5.conf \ ${EXTRA_CONFIGURE_ARGS} post-install: - ${LN} -fs ${PREFIX}/lib/libsocks5_sh.so ${PREFIX}/lib/libsocks5_sh.so.0.0 + ${MV} ${PREFIX}/lib/libsocks5_sh.so ${PREFIX}/lib/libsocks5_sh.so.0.0 .include "../../mk/bsd.pkg.mk" diff --git a/net/socks5/pkg/PLIST b/net/socks5/pkg/PLIST index ef4f6279ef1..1362530b163 100644 --- a/net/socks5/pkg/PLIST +++ b/net/socks5/pkg/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.6 1998/07/15 10:32:41 agc Exp $ +@comment $NetBSD: PLIST,v 1.7 2000/05/03 17:44:29 rh Exp $ bin/socks5 bin/runsocks bin/stopsocks @@ -18,5 +18,4 @@ man/man5/libsocks5.conf.5.gz man/man5/socks5.conf.5.gz man/man5/socks5.passwd.5 lib/libsocks5.a -lib/libsocks5_sh.so lib/libsocks5_sh.so.0.0 |