From: Jonas Gorski Date: Thu, 26 Nov 2015 11:59:39 +0000 (+0100) Subject: znc: drop GCC dependencies X-Git-Url: http://git.99rst.org/?a=commitdiff_plain;h=2e91dc6bb776c4d0bd2fc3fa67a2cd38ec86aa2e;p=openwrt-packages.git znc: drop GCC dependencies OpenWrt trunk's lowest supported GCC version is 4.8, so we don't need to depend on specific versions anymore. Fixes visibility with GCC 5, the current default. Signed-off-by: Jonas Gorski --- diff --git a/net/znc/Makefile b/net/znc/Makefile index 64a7a4f86..25fcead13 100644 --- a/net/znc/Makefile +++ b/net/znc/Makefile @@ -34,7 +34,7 @@ endef define Package/znc $(Package/znc/default) - DEPENDS:=+libopenssl +libpthread +libstdcpp @GCC_VERSION_4_8||GCC_VERSION_4_9 + DEPENDS:=+libopenssl +libpthread +libstdcpp MENU:=1 endef