Skip to content

Commit d22e82d

Browse files
committed
Merge pull request monero-project#9646
c3bb84f depends: sodium: drop unneeded patch (tobtoht)
2 parents 6db5bdd + c3bb84f commit d22e82d

File tree

2 files changed

+1
-16
lines changed

2 files changed

+1
-16
lines changed

contrib/depends/packages/sodium.mk

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,16 +3,14 @@ $(package)_version=1.0.18
33
$(package)_download_path=https://download.libsodium.org/libsodium/releases/
44
$(package)_file_name=libsodium-$($(package)_version).tar.gz
55
$(package)_sha256_hash=6f504490b342a4f8a4c4a02fc9b866cbef8622d5df4e5452b46be121e46636c1
6-
$(package)_patches=fix-whitespace.patch
76

87
define $(package)_set_vars
98
$(package)_config_opts=--enable-static --disable-shared
109
$(package)_config_opts+=--prefix=$(host_prefix)
1110
endef
1211

1312
define $(package)_preprocess_cmds
14-
autoconf &&\
15-
patch -p1 < $($(package)_patch_dir)/fix-whitespace.patch
13+
autoconf
1614
endef
1715

1816
define $(package)_config_cmds

contrib/depends/patches/sodium/fix-whitespace.patch

Lines changed: 0 additions & 13 deletions
This file was deleted.

0 commit comments

Comments
 (0)