From a85f2e141a3b872fe7dabb0fe78c261d894eb73d Mon Sep 17 00:00:00 2001 From: Rosen Penev Date: Sat, 12 Sep 2020 18:50:11 -0700 Subject: libpsl: fix compilation with debian setuptools Signed-off-by: Rosen Penev --- libs/libpsl/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libs/libpsl/Makefile') diff --git a/libs/libpsl/Makefile b/libs/libpsl/Makefile index 176e5cf91..ffd6758e9 100644 --- a/libs/libpsl/Makefile +++ b/libs/libpsl/Makefile @@ -7,7 +7,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=libpsl PKG_VERSION:=0.21.1 -PKG_RELEASE:=1 +PKG_RELEASE:=2 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=https://github.com/rockdaboot/libpsl/releases/download/$(PKG_VERSION) -- cgit v1.2.3