From 6fccd8801eacc7cc59693cfa8c8076642893321e Mon Sep 17 00:00:00 2001 From: Jonas Gorski Date: Sat, 3 Dec 2016 17:48:08 +0100 Subject: znc: allow running without modules Now that we don't ship any modules by default, znc might be started without any modules. Unfortunately znc refuses to start without any modules, so patch out the appropriate check. Signed-off-by: Jonas Gorski --- net/znc/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'net/znc/Makefile') diff --git a/net/znc/Makefile b/net/znc/Makefile index feabd65c4..2d0c34d19 100644 --- a/net/znc/Makefile +++ b/net/znc/Makefile @@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=znc PKG_VERSION:=1.6.3 -PKG_RELEASE:=4 +PKG_RELEASE:=5 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=http://znc.in/releases \ -- cgit v1.2.3