Skip to content

Commit

Permalink
Merge pull request #9646
Browse files Browse the repository at this point in the history
c3bb84f depends: sodium: drop unneeded patch (tobtoht)
  • Loading branch information
tobtoht committed Jan 19, 2025
2 parents 6db5bdd + c3bb84f commit d22e82d
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 16 deletions.
4 changes: 1 addition & 3 deletions contrib/depends/packages/sodium.mk
Original file line number Diff line number Diff line change
Expand Up @@ -3,16 +3,14 @@ $(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=fix-whitespace.patch

define $(package)_set_vars
$(package)_config_opts=--enable-static --disable-shared
$(package)_config_opts+=--prefix=$(host_prefix)
endef

define $(package)_preprocess_cmds
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 d22e82d

Please sign in to comment.