diff options
author | Stijn Tintel <stijn@linux-ipv6.be> | 2022-03-25 14:30:56 +0200 |
---|---|---|
committer | Stijn Tintel <stijn@linux-ipv6.be> | 2022-03-30 12:43:21 +0300 |
commit | c5d92fd9ca86f98c239355d4a03a3f6800c24b90 (patch) | |
tree | 4ee4ab160383cc3f2353d9d9f7ea01252ea79dde /libs/gnutls | |
parent | 539f9d07a1a5fc3772f15348b47f3198a2fe34b2 (diff) |
gnutls: enable AUTORELEASE
Enable AUTORELEASE in a separate commit so that the next commit can be
reverted without having to manually re-introduce it.
Signed-off-by: Stijn Tintel <stijn@linux-ipv6.be>
Diffstat (limited to 'libs/gnutls')
-rw-r--r-- | libs/gnutls/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libs/gnutls/Makefile b/libs/gnutls/Makefile index 5fef6568c..353cc6ea4 100644 --- a/libs/gnutls/Makefile +++ b/libs/gnutls/Makefile @@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=gnutls PKG_VERSION:=3.7.1 -PKG_RELEASE:=2 +PKG_RELEASE:=$(AUTORELEASE) PKG_USE_MIPS16:=0 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.xz |