summaryrefslogtreecommitdiff
path: root/bootstrap
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
commite713dd3c4878401ca1d44dfcf9a4957865692400 (patch)
treec2dd6ecf0bcd13dbac1398f529a56cddd2f92567 /bootstrap
parent002fb666363bf1f757a1baa68657dbfb62c80b07 (diff)
downloadpkgsrc-e713dd3c4878401ca1d44dfcf9a4957865692400.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.
Diffstat (limited to 'bootstrap')
-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).