libgpg-error: update to 1.46
Signed-off-by: Rosen Penev <rosenp@gmail.com>
This commit is contained in:
parent
d4410f7750
commit
a3fd2c7982
2 changed files with 3 additions and 11 deletions
|
@ -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/
|
||||
|
|
|
@ -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 \
|
||||
|
|
Loading…
Reference in a new issue