libgpg-error: update to 1.46
authorRosen Penev <rosenp@gmail.com>
Sat, 5 Nov 2022 03:47:45 +0000 (20:47 -0700)
committerRosen Penev <rosenp@gmail.com>
Sat, 5 Nov 2022 17:30:05 +0000 (10:30 -0700)
Signed-off-by: Rosen Penev <rosenp@gmail.com>
libs/libgpg-error/Makefile
libs/libgpg-error/patches/010-add-arc-support.patch

index 1db835715ea752eabf0bd2d76ba2ca44f224d9c8..559077e1de57a44c939c87dc2bcfd61b660be299 100644 (file)
@@ -8,14 +8,14 @@
 include $(TOPDIR)/rules.mk
 
 PKG_NAME:=libgpg-error
-PKG_VERSION:=1.45
+PKG_VERSION:=1.46
 PKG_RELEASE:=$(AUTORELEASE)
 
 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2
 PKG_SOURCE_URL:=https://mirrors.dotsrc.org/gcrypt/libgpg-error \
                http://ring.ksc.gr.jp/archives/net/gnupg/libgpg-error \
                https://www.gnupg.org/ftp/gcrypt/libgpg-error
-PKG_HASH:=570f8ee4fb4bff7b7495cff920c275002aea2147e9a1d220c068213267f80a26
+PKG_HASH:=b7e11a64246bbe5ef37748de43b245abd72cfcd53c9ae5e7fc5ca59f1c81268d
 
 PKG_MAINTAINER:=W. Michael Petullo <mike@flyn.org>
 PKG_LICENSE:=LGPL-2.1-or-later
@@ -52,14 +52,6 @@ CONFIGURE_ARGS += \
 
 define Build/InstallDev
        $(INSTALL_DIR) $(2)/bin $(1)/usr/bin
-       $(INSTALL_BIN) \
-               $(PKG_INSTALL_DIR)/usr/bin/gpg-error-config \
-               $(2)/bin/
-       $(SED) \
-               's,^\(prefix\|exec_prefix\)=.*,\1=$(STAGING_DIR)/usr,g' \
-               $(2)/bin/gpg-error-config
-       ln -sf $(STAGING_DIR)/host/bin/gpg-error-config $(1)/usr/bin/gpg-error-config
-
        $(INSTALL_BIN) \
                $(PKG_INSTALL_DIR)/usr/bin/gpgrt-config \
                $(2)/bin/
index 5ecf81c292cb53854d9f972868d5b9399e9d38c2..03387f8ee505d6d9c3d45d12a473ced0dc049dc0 100644 (file)
@@ -28,7 +28,7 @@ Signed-off-by: Alexey Brodkin <abrodkin at synopsys.com>
 
 --- a/src/Makefile.am
 +++ b/src/Makefile.am
-@@ -48,6 +48,7 @@ lock_obj_pub = \
+@@ -40,6 +40,7 @@ lock_obj_pub = \
          syscfg/lock-obj-pub.aarch64-unknown-linux-gnu_ilp32.h \
        syscfg/lock-obj-pub.aarch64-apple-darwin.h          \
          syscfg/lock-obj-pub.alpha-unknown-linux-gnu.h       \