aboutsummaryrefslogtreecommitdiff
path: root/contrib/depends/packages/sodium-darwin.mk (follow)
AgeCommit message (Collapse)AuthorFilesLines
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-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-29Merge pull request #4448Riccardo Spagni1-1/+2
6a781408 Make depends use self built clang for darwin (TheCharlatan)
2018-09-22Fix Darwin Sodium buildTheCharlatan1-0/+24
Clang needs to get its cctools path passed.