Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2020-03-20 | depends: libsodium disable getrandom()/getentropy() (glibc < 2.25) | xiphon | 1 | -1/+2 | |
2019-12-12 | depends: update libsodium to 1.0.18 | TheCharlatan | 1 | -2/+2 | |
2019-11-17 | Fixup sodium darwin | Howard Chu | 1 | -0/+1 | |
get rid of sodium-darwin.mk special case, unify back with sodium.mk | |||||
2019-11-17 | Add ARFLAGS | Howard Chu | 1 | -1/+1 | |
Needed to invoke deterministic mode on some archivers | |||||
2019-11-03 | Add Android support | Howard Chu | 1 | -0/+1 | |
2019-06-25 | Remove clutter in depends installed packages | TheCharlatan | 1 | -0/+5 | |
To speedup the depends cached builds, remove some some clutter from the package files. This mainly incldues removing all the shared libraries and .la linker files. It also gives stronger guarantees that monero only links the static libs without any external rvalues. | |||||
2019-01-15 | bump sodium to 1.0.16 | italocoin | 1 | -2/+2 | |
2018-10-08 | Prepare Depends Packages for Gitian Scripts | TheCharlatan | 1 | -0/+2 | |
The gitian environment does not treat whitespaces in configure lines, like most other systems. The solution is to just remove them. | |||||
2018-10-07 | Consolidate HID depends makefiles into single recipe | TheCharlatan | 1 | -1/+1 | |
Make sure all required dependencies are linked statically, by only providing the static libraries. | |||||
2018-09-22 | Fix Darwin Sodium build | TheCharlatan | 1 | -4/+4 | |
Clang needs to get its cctools path passed. | |||||
2018-09-17 | Add libsodium to the packages, the arm build was complaining about it. | TheCharlatan | 1 | -0/+23 | |
Fixup arm toolchain file. |