Merge pull request #9646

c3bb84f depends: sodium: drop unneeded patch (tobtoht)
This commit is contained in:
tobtoht 2025-01-19 03:49:17 +00:00
commit d22e82dcb0
No known key found for this signature in database
GPG Key ID: E45B10DD027D2472
2 changed files with 1 additions and 16 deletions

View File

@ -3,7 +3,6 @@ $(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
@ -11,8 +10,7 @@ $(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

View File

@ -1,13 +0,0 @@
diff --git a/configure b/configure
index b29f769..ca008ae 100755
--- a/configure
+++ b/configure
@@ -591,7 +591,7 @@ MAKEFLAGS=
PACKAGE_NAME='libsodium'
PACKAGE_TARNAME='libsodium'
PACKAGE_VERSION='1.0.18'
-PACKAGE_STRING='libsodium 1.0.18'
+PACKAGE_STRING='libsodium'
PACKAGE_BUGREPORT='https://github.com/jedisct1/libsodium/issues'
PACKAGE_URL='https://github.com/jedisct1/libsodium'