mirror of
https://github.com/coolsnowwolf/packages.git
synced 2025-05-03 15:12:22 +08:00
gpgme: update to version 1.21 (#795)
* gpgme: update to version 1.21 * gpgme: fix compilation with musl 1.2.4
This commit is contained in:
parent
a01b1ac233
commit
5202718f75
@ -1,15 +1,15 @@
|
||||
include $(TOPDIR)/rules.mk
|
||||
|
||||
PKG_NAME:=gpgme
|
||||
PKG_VERSION:=1.18.0
|
||||
PKG_VERSION:=1.21.0
|
||||
PKG_RELEASE:=1
|
||||
|
||||
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2
|
||||
PKG_SOURCE_URL:=https://gnupg.org/ftp/gcrypt/$(PKG_NAME)
|
||||
PKG_HASH:=361d4eae47ce925dba0ea569af40e7b52c645c4ae2e65e5621bf1b6cdd8b0e9e
|
||||
PKG_HASH:=416e174e165734d84806253f8c96bda2993fd07f258c3aad5f053a6efd463e88
|
||||
|
||||
PKG_MAINTAINER:=Daniel Golle <daniel@makrotopia.org>
|
||||
PKG_LICENSE:=GPL-3.0-or-later
|
||||
PKG_LICENSE:=LGPL-2.1-or-later
|
||||
PKG_LICENSE_FILES:=COPYING
|
||||
|
||||
PKG_FIXUP:=autoreconf
|
||||
@ -52,6 +52,10 @@ CONFIGURE_ARGS += \
|
||||
--disable-g13-test \
|
||||
--enable-languages="cpp"
|
||||
|
||||
ifneq ($(CONFIG_USE_MUSL),)
|
||||
TARGET_CFLAGS += -D_LARGEFILE64_SOURCE
|
||||
endif
|
||||
|
||||
define Build/InstallDev
|
||||
$(INSTALL_DIR) $(1)/usr/include/gpgme++
|
||||
$(INSTALL_DATA) \
|
||||
|
Loading…
Reference in New Issue
Block a user