diff options
author | charlotte <charlotte@pkgsrc.org> | 2022-06-16 22:12:20 +0000 |
---|---|---|
committer | charlotte <charlotte@pkgsrc.org> | 2022-06-16 22:12:20 +0000 |
commit | 9c2adcd34af2c38e372430e6f67cc1eada96f07d (patch) | |
tree | 354e4d9ed48e0dd36dabc01efcaa886addcad24a /bootstrap | |
parent | 7d5776c5b4b7e24773456743913c7ceebebd0eeb (diff) | |
download | pkgsrc-9c2adcd34af2c38e372430e6f67cc1eada96f07d.tar.gz |
Mention why we're doing PREFER_PKGSRC=yes on OpenBSD (at least for now)
Requested by nia@
Diffstat (limited to 'bootstrap')
-rwxr-xr-x | bootstrap/bootstrap | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/bootstrap/bootstrap b/bootstrap/bootstrap index dbc1690bdb9..7968f925c49 100755 --- a/bootstrap/bootstrap +++ b/bootstrap/bootstrap @@ -1,6 +1,6 @@ #! /bin/sh -# $NetBSD: bootstrap,v 1.311 2022/06/14 09:08:31 nia Exp $ +# $NetBSD: bootstrap,v 1.312 2022/06/16 22:12:20 charlotte Exp $ # # Copyright (c) 2001-2011 Alistair Crooks <agc@NetBSD.org> # All rights reserved. @@ -1133,6 +1133,7 @@ echo "" >> ${TARGET_MKCONF} case $opsys in OpenBSD) + # Use PREFER_PKGSRC=yes to work around libressl compatibility problem if [ -z "$prefer_pkgsrc" ] && [ "$prefer_native" != "yes" ]; then prefer_pkgsrc="yes" fi |