]> Nutra Git (v2) - gamesguru/feather.git/commitdiff
depends: libgpg-error: update to 1.47
authortobtoht <tob@featherwallet.org>
Thu, 29 Jun 2023 10:54:13 +0000 (12:54 +0200)
committertobtoht <tob@featherwallet.org>
Thu, 29 Jun 2023 13:18:48 +0000 (15:18 +0200)
contrib/depends/packages/libgpg-error.mk

index 9b5483550f88ccd0835b87491d6592eb5adc6ac4..2443c673253b34a76a0b01fbdad72f1782cc92ed 100644 (file)
@@ -1,8 +1,8 @@
 package=libgpg-error
-$(package)_version=1.45
+$(package)_version=1.47
 $(package)_download_path=https://www.gnupg.org/ftp/gcrypt/libgpg-error/
-$(package)_file_name=libgpg-error-1.45.tar.bz2
-$(package)_sha256_hash=570f8ee4fb4bff7b7495cff920c275002aea2147e9a1d220c068213267f80a26
+$(package)_file_name=libgpg-error-$($(package)_version).tar.bz2
+$(package)_sha256_hash=9e3c670966b96ecc746c28c2c419541e3bcb787d1a73930f5e5f5e1bcbbb9bdb
 
 define $(package)_set_vars
   $(package)_build_opts=CFLAGS="-fPIE"
@@ -13,7 +13,7 @@ define $(package)_preprocess_cmds
 endef
 
 define $(package)_config_cmds
-    $($(package)_autoconf) --enable-static --disable-shared
+    $($(package)_autoconf) --enable-static --disable-shared --enable-install-gpg-error-config
 endef
 
 define $(package)_build_cmds