aboutsummaryrefslogtreecommitdiff
path: root/contrib/depends/funcs.mk
Commit message (Collapse)AuthorAgeFilesLines
* depends: explicitely enable cross-compile mode for autoconftobtoht2026-05-251-1/+1
|
* depends: unbound: update to 1.19.1tobtoht2024-02-181-1/+1
|
* depends: bump hidapi/libusbtobtoht2023-01-251-1/+4
| | | | | | fixes Trezor connectivity issues on Windows 10/11 Co-authored-by: selsta <selsta@sent.at>
* Fix Android OpenSSL buildHoward Chu2021-11-301-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
* depends: add getmonero package mirrorselsta2021-07-011-1/+1
|
* depends: empty spaces in PATH variable cause build failurekozyilmaz2019-12-191-3/+3
|
* Add ARFLAGSHoward Chu2019-11-171-0/+9
| | | | Needed to invoke deterministic mode on some archivers
* Add debug targets to depends MakefileTheCharlatan2019-06-251-0/+8
| | | | | Packages can now be built individually and for each stage. This allows easier debugging.
* Initial depends additionTheCharlatan2018-09-101-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.