From 6e5e4366fbffcfca1b6bc3d5b38f7165e6c372be Mon Sep 17 00:00:00 2001 From: Hans Dedecker Date: Fri, 9 Aug 2019 21:25:37 +0200 Subject: dnsmasq: use nettle ecc_curve access functions Fixes compile issues with nettle 3.5.1 Signed-off-by: Hans Dedecker (cherry picked from commit 63ced140484e072dddbba39bb729adc98d94d522) --- package/network/services/dnsmasq/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'package/network/services/dnsmasq/Makefile') diff --git a/package/network/services/dnsmasq/Makefile b/package/network/services/dnsmasq/Makefile index c04d96fff2..dc20ada292 100644 --- a/package/network/services/dnsmasq/Makefile +++ b/package/network/services/dnsmasq/Makefile @@ -10,7 +10,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=dnsmasq PKG_UPSTREAM_VERSION:=2.80 PKG_VERSION:=$(subst test,~~test,$(subst rc,~rc,$(PKG_UPSTREAM_VERSION))) -PKG_RELEASE:=13 +PKG_RELEASE:=14 PKG_SOURCE:=$(PKG_NAME)-$(PKG_UPSTREAM_VERSION).tar.xz PKG_SOURCE_URL:=http://thekelleys.org.uk/dnsmasq -- cgit v1.2.3