Age | Commit message (Collapse) | Author |
|
|
|
This also adds the ability to print the new sha512 hash if there is a mismatch
|
|
|
|
This also adds the ability to print the new sha512 hash if there is a mismatch
|
|
this fixes an issue when rebuilding the dependencies that if a target is already built it doesn't get rebuilt
ref: https://www.gnu.org/software/make/manual/html_node/Prerequisite-Types.html
|
|
header only lib, so enable "build" for all platforms
patches remove superfluous docs/examples
win arm64 patch for endian define.
|
|
|
|
Provides a SHA512 hash to our possible "Internal" depends to verify download of tarballs.
Implementation currently supports SHA256, SHA512 and any additional cmake supported algo's
can be implemented easily. This supports differing supported hash types per dependency if
desired, so if a new algo is introduced for a particular dependency, we dont have to mass
change all other existing hash types.
|
|
|
|
|
|
fixes building binary addons on FreeBSD, by using gmake for getting supported_addons too
|
|
So it works also if this Makefile.include is not available.
This is simliar to other dependencies.
|
|
|
|
|