vcpkg/ports/openssl
Alonso Schaich 4a3c366f2d
[openssl] Use bash from PATH rather then /bin (#32289)
* [openssl] Use bash from PATH rather then /bin (microsoft/vcpkg#32288)

The configure script used to invoke python during the build process contains
a shebang that invokes /bin/bash independend of whatever bash would usually
resolve to.

This breaks compilation on FreeBSD, where bash isn't part of the operating
system.

Rather then /bin/bash, invoke /usr/bin/env bash, which resolves the bash
command by iterating PATH

* [openssl] regenerate versions registries (microsoft/vcpkg#32288)
2023-06-30 17:37:52 -07:00
..
unix [openssl] Use bash from PATH rather then /bin (#32289) 2023-06-30 17:37:52 -07:00
windows
disable-apps.patch
disable-install-docs.patch
install-pc-files.cmake
openssl.pc.in
portfile.cmake
script-prefix.patch
usage
vcpkg-cmake-wrapper.cmake.in
vcpkg.json [openssl] Use bash from PATH rather then /bin (#32289) 2023-06-30 17:37:52 -07:00