Skip to content

Commit

Permalink
depends: sodium: drop unneeded patch
Browse files Browse the repository at this point in the history
  • Loading branch information
tobtoht committed Dec 24, 2024
1 parent 941ecef commit 19d7540
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 16 deletions.
5 changes: 2 additions & 3 deletions contrib/depends/packages/sodium.mk
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ $(package)_version=1.0.18
$(package)_download_path=https://download.libsodium.org/libsodium/releases/
$(package)_file_name=libsodium-$($(package)_version).tar.gz
$(package)_sha256_hash=6f504490b342a4f8a4c4a02fc9b866cbef8622d5df4e5452b46be121e46636c1
$(package)_patches=disable-glibc-getrandom-getentropy.patch fix-whitespace.patch
$(package)_patches=disable-glibc-getrandom-getentropy.patch

define $(package)_set_vars
$(package)_config_opts=--enable-static --disable-shared
Expand All @@ -12,8 +12,7 @@ endef

define $(package)_preprocess_cmds
patch -p1 < $($(package)_patch_dir)/disable-glibc-getrandom-getentropy.patch &&\
autoconf &&\
patch -p1 < $($(package)_patch_dir)/fix-whitespace.patch
autoconf
endef

define $(package)_config_cmds
Expand Down
13 changes: 0 additions & 13 deletions contrib/depends/patches/sodium/fix-whitespace.patch

This file was deleted.

0 comments on commit 19d7540

Please sign in to comment.