aboutsummaryrefslogtreecommitdiff
path: root/libs/libsodium/patches/100-minimal-build-with-ed25519-core.patch
Commit message (Collapse)AuthorAge
* libsodium: Update to 1.0.19 and fix patchesCarsten Schuette2024-01-03
| | | | | | Also add TAR_OPTIONS and TAR_CMD. Unfortunately, latest version of libsodium extracts to an additional libsodium-latest subfolder, which is unneccessary and removed by these options. Signed-off-by: Carsten Schuette <schuettecarsten@googlemail.com>
* libsodium: include ed25519_core in minimal buildDaniel Golle2021-10-09
Functions from ed25519_core are needed for GNUnet to build. Include them in the minimal build of libsodium so we don't need to switch to the full build just for that. Signed-off-by: Daniel Golle <daniel@makrotopia.org>