summaryrefslogtreecommitdiff
path: root/bootstrap
diff options
context:
space:
mode:
authormaya <maya>2017-01-22 18:10:35 +0000
committermaya <maya>2017-01-22 18:10:35 +0000
commitefab073eb9387216ad45aaa0edc19728d96dbd93 (patch)
treeaf507f3f8e66c1ccdad9ea30d844072a6e8fed3d /bootstrap
parent9199298abb6e0e3bfd30d65bde32249db6449575 (diff)
downloadpkgsrc-efab073eb9387216ad45aaa0edc19728d96dbd93.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).