aboutsummaryrefslogtreecommitdiff
path: root/contrib/depends/packages/sodium.mk (follow)
AgeCommit message (Collapse)AuthorFilesLines
2020-03-20depends: libsodium disable getrandom()/getentropy() (glibc < 2.25)xiphon1-1/+2
2019-12-12depends: update libsodium to 1.0.18TheCharlatan1-2/+2
2019-11-17Fixup sodium darwinHoward Chu1-0/+1
get rid of sodium-darwin.mk special case, unify back with sodium.mk
2019-11-17Add ARFLAGSHoward Chu1-1/+1
Needed to invoke deterministic mode on some archivers
2019-11-03Add Android supportHoward Chu1-0/+1
2019-06-25Remove clutter in depends installed packagesTheCharlatan1-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-15bump sodium to 1.0.16italocoin1-2/+2
2018-10-08Prepare Depends Packages for Gitian ScriptsTheCharlatan1-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-07Consolidate HID depends makefiles into single recipeTheCharlatan1-1/+1
Make sure all required dependencies are linked statically, by only providing the static libraries.
2018-09-22Fix Darwin Sodium buildTheCharlatan1-4/+4
Clang needs to get its cctools path passed.
2018-09-17Add libsodium to the packages, the arm build was complaining about it.TheCharlatan1-0/+23
Fixup arm toolchain file.