diff options
author | Jonas Gorski <jogo@openwrt.org> | 2015-11-26 12:59:39 +0100 |
---|---|---|
committer | Jonas Gorski <jogo@openwrt.org> | 2015-11-26 13:00:31 +0100 |
commit | 2e91dc6bb776c4d0bd2fc3fa67a2cd38ec86aa2e (patch) | |
tree | b978558a88df5e33678ea8abc2d111a06efc1054 /net/znc/Makefile | |
parent | cd2fb65b402c744c1c07170bfb8a4f3d3f3e6976 (diff) |
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 <jogo@openwrt.org>
Diffstat (limited to 'net/znc/Makefile')
-rw-r--r-- | net/znc/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
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 |