Add missing 'patchelf' dependency for platforms in 'native_bootstrap.sh'
Problem: Error during make qemu
because of missing 'patchelf' dependency.
Solution: In 'native_bootstrap.sh', install 'patchelf' for all package managers that have it.
Changes introduced by this pull request:
- add 'patchelf' to the list of dependencies for:
- macOS with MacPorts;
- macOS with Homebrew;
- FreeBSD;
- Arch Linux;
- Debian-based Linux;
- Fedora;
- Suse;
- Solus.
State: ready
Other: It's possible some of the above operating systems have this package installed by default already, which I haven't checked, however I did make sure the package existed in all their respective repositories.