pkgsrc/www/libwww/patches/patch-aa
fredb fc188fc5fc Rely on the fact that shared libraries can encode run-time dependencies
on other libraries, on both ELF and (NetBSD/)a.out, to make
libwwwssl.so.?.? depend on the correct openssl shared libraries, as
determined by the setting of ${SSLBASE} in bsd.pkg.mk. This closes PR
pkg/12570, and has the additional advantage that programs that _do_ _not_
need to link in "-lwwwssl" won't get "-lssl" or "-lcrypto" at all.

Also, make"w3c" and "www" build again with USE_SOCKS=4.
2001-04-20 12:33:52 +00:00

11 lines
287 B
Text

$NetBSD: patch-aa,v 1.4 2001/04/20 12:33:53 fredb Exp $
--- Library/Makefile.am.orig Wed Aug 5 20:54:52 1998
+++ Library/Makefile.am
@@ -5,5 +5,5 @@
EXTRA_DIST = \
$(DOCS)
-SUBDIRS = src User Examples External cvs2sql # Test
+SUBDIRS = src User # Examples External cvs2sql Test