aboutsummaryrefslogtreecommitdiff
path: root/contrib/depends/packages/sodium.mk
Commit message (Collapse)AuthorAgeFilesLines
* depends: Package cleanupHoward Chu2022-05-101-6/+7
| | | | | | | | | All patching should be in _preprocess_cmd. config_cmd should just run configure and nothing else before it, otherwise $PATH is broken when it runs. Also remove redundant settings to configure, _autoconf already sets them. We leave explicit AR_FLAGS settings because the builtin rule uses ARFLAGS, and so would leave AR_FLAGS unset otherwise.
* Fix arm64 darwin package defsHoward Chu2022-05-061-1/+1
|
* depends: libsodium disable getrandom()/getentropy() (glibc < 2.25)xiphon2020-03-201-1/+2
|
* depends: update libsodium to 1.0.18TheCharlatan2019-12-121-2/+2
|
* Fixup sodium darwinHoward Chu2019-11-171-0/+1
| | | | get rid of sodium-darwin.mk special case, unify back with sodium.mk
* Add ARFLAGSHoward Chu2019-11-171-1/+1
| | | | Needed to invoke deterministic mode on some archivers
* Add Android supportHoward Chu2019-11-031-0/+1
|
* Remove clutter in depends installed packagesTheCharlatan2019-06-251-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.
* bump sodium to 1.0.16italocoin2019-01-151-2/+2
|
* Prepare Depends Packages for Gitian ScriptsTheCharlatan2018-10-081-0/+2
| | | | | The gitian environment does not treat whitespaces in configure lines, like most other systems. The solution is to just remove them.
* Consolidate HID depends makefiles into single recipeTheCharlatan2018-10-071-1/+1
| | | | | Make sure all required dependencies are linked statically, by only providing the static libraries.
* Fix Darwin Sodium buildTheCharlatan2018-09-221-4/+4
| | | | Clang needs to get its cctools path passed.
* Add libsodium to the packages, the arm build was complaining about it.TheCharlatan2018-09-171-0/+23
Fixup arm toolchain file.