vagrant: openindiana: pkg set-mediator for openssl

This commit is contained in:
Thomas Waldmann 2024-03-30 18:15:32 +01:00
parent 5b26bdd475
commit a5de0c9d96
No known key found for this signature in database
GPG Key ID: 243ACFA951F78E01
1 changed files with 2 additions and 0 deletions

2
Vagrantfile vendored
View File

@ -132,6 +132,8 @@ def packages_openindiana
python3 -m ensurepip
ln -sf /usr/bin/pip3.9 /usr/bin/pip3
pip3 install virtualenv
# let borg's pkg-config find openssl:
pfexec pkg set-mediator -V 3.1 openssl
EOF
end