aboutsummaryrefslogtreecommitdiff
path: root/contrib/depends/funcs.mk (follow)
AgeCommit message (Collapse)AuthorFilesLines
2024-02-13depends: unbound: update to 1.19.1tobtoht1-1/+1
2023-01-25depends: bump hidapi/libusbtobtoht1-1/+4
fixes Trezor connectivity issues on Windows 10/11 Co-authored-by: selsta <selsta@sent.at>
2021-11-30Fix Android OpenSSL buildHoward Chu1-0/+5
depends didn't have target-specific overrides for _build_env so ANDROID_NDK_HOME wasn't being set at build time. This fix supersedes the manual edit of Configuration/15-android.conf. Resolves #8095
2021-07-01depends: add getmonero package mirrorselsta1-1/+1
2019-12-19depends: empty spaces in PATH variable cause build failurekozyilmaz1-3/+3
2019-11-17Add ARFLAGSHoward Chu1-0/+9
Needed to invoke deterministic mode on some archivers
2019-06-25Add debug targets to depends MakefileTheCharlatan1-0/+8
Packages can now be built individually and for each stage. This allows easier debugging.
2018-09-10Initial depends additionTheCharlatan1-0/+245
Depends cross compiles project dependencies for linux, mac and windows and multiple architectures. Depends is original work by Cory Fields and used in bitcoin and a wide range of bitcoin related projects.