diff options
author | Rosen Penev <rosenp@gmail.com> | 2019-07-02 10:17:58 -0700 |
---|---|---|
committer | Rosen Penev <rosenp@gmail.com> | 2019-07-02 10:17:58 -0700 |
commit | 9afde0d39ae364c327063d36b188465058056a86 (patch) | |
tree | 40f7924d0c2554ce3319008c1e9dd3612c4caec9 /libs/libgpg-error/Makefile | |
parent | f28230989228854bccc941c8128b20fabe939e82 (diff) |
libgpg-error: Fix compilation with GAWK 5.0
Patch from Upstream.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
Diffstat (limited to 'libs/libgpg-error/Makefile')
-rw-r--r-- | libs/libgpg-error/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/libs/libgpg-error/Makefile b/libs/libgpg-error/Makefile index b9841107d..8a18cd18a 100644 --- a/libs/libgpg-error/Makefile +++ b/libs/libgpg-error/Makefile @@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=libgpg-error PKG_VERSION:=1.36 -PKG_RELEASE:=2 +PKG_RELEASE:=3 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2 PKG_SOURCE_URL:=https://mirrors.dotsrc.org/gcrypt/libgpg-error \ @@ -18,12 +18,11 @@ PKG_SOURCE_URL:=https://mirrors.dotsrc.org/gcrypt/libgpg-error \ PKG_HASH:=babd98437208c163175c29453f8681094bcaf92968a15cafb1a276076b33c97c PKG_MAINTAINER:=W. Michael Petullo <mike@flyn.org> -PKG_LICENSE:=LGPL-2.1+ +PKG_LICENSE:=LGPL-2.1-or-later PKG_LICENSE_FILES:=COPYING PKG_BUILD_PARALLEL:=1 PKG_INSTALL:=1 - PKG_FIXUP:=autoreconf include $(INCLUDE_DIR)/package.mk |