From a3fd2c7982015d7bb70894380707247165ed0ca1 Mon Sep 17 00:00:00 2001 From: Rosen Penev Date: Fri, 4 Nov 2022 20:47:45 -0700 Subject: [PATCH] libgpg-error: update to 1.46 Signed-off-by: Rosen Penev --- libs/libgpg-error/Makefile | 12 ++---------- libs/libgpg-error/patches/010-add-arc-support.patch | 2 +- 2 files changed, 3 insertions(+), 11 deletions(-) diff --git a/libs/libgpg-error/Makefile b/libs/libgpg-error/Makefile index 1db835715e..559077e1de 100644 --- a/libs/libgpg-error/Makefile +++ b/libs/libgpg-error/Makefile @@ -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 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/ diff --git a/libs/libgpg-error/patches/010-add-arc-support.patch b/libs/libgpg-error/patches/010-add-arc-support.patch index 5ecf81c292..03387f8ee5 100644 --- a/libs/libgpg-error/patches/010-add-arc-support.patch +++ b/libs/libgpg-error/patches/010-add-arc-support.patch @@ -28,7 +28,7 @@ Signed-off-by: Alexey Brodkin --- 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 \