summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormaya <maya@pkgsrc.org>2017-01-22 18:10:35 +0000
committermaya <maya@pkgsrc.org>2017-01-22 18:10:35 +0000
commitf0e4c294fb40bf9e8815eb46d6d8d40cf0e9dc0a (patch)
treeaf507f3f8e66c1ccdad9ea30d844072a6e8fed3d
parent70ccbb180d47148d70c6610d95d81fe2c4136854 (diff)
downloadpkgsrc-f0e4c294fb40bf9e8815eb46d6d8d40cf0e9dc0a.tar.gz
Mention in openbsd readme that it is possible to use OpenSSL from pkgsrc,
as an alternative to the somewhat controversial patch suggested in PR pkg/51486.
-rw-r--r--bootstrap/README.OpenBSD6
1 files changed, 5 insertions, 1 deletions
diff --git a/bootstrap/README.OpenBSD b/bootstrap/README.OpenBSD
index 473dab44227..9f0826e8c51 100644
--- a/bootstrap/README.OpenBSD
+++ b/bootstrap/README.OpenBSD
@@ -1,4 +1,4 @@
-$NetBSD: README.OpenBSD,v 1.5 2016/11/15 11:19:09 jperkin Exp $
+$NetBSD: README.OpenBSD,v 1.6 2017/01/22 18:10:35 maya Exp $
Please read the general README file as well.
@@ -18,6 +18,10 @@ pkgsrc/bootstrap/work/mk.conf.example. It contains the settings you provided to
bootstrap. Copy it to your $sysconfdir directory. If $sysconfdir/mk.conf doesn't
exist, the example is copied into place.
+3. It's possible to use pkgsrc libraries instead of system libraries. For
+example, to use OpenSSL, you can add the following line to $prefix/etc/mk.conf:
+ PREFER.openssl=pkgsrc
+
bootstrap-pkgsrc has been tested on OpenBSD 3.2 and 3.5 (i386). Some testing has
been done on 3.0 as well and 5.6 (amd64). It has been used successfully on 5.5
and 5.6 (sparc64).