projects
/
feed
/
packages.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
cd2fb65
)
znc: drop GCC dependencies
author
Jonas Gorski
<jogo@openwrt.org>
Thu, 26 Nov 2015 11:59:39 +0000
(12:59 +0100)
committer
Jonas Gorski
<jogo@openwrt.org>
Thu, 26 Nov 2015 12:00:31 +0000
(13:00 +0100)
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>
net/znc/Makefile
patch
|
blob
|
history
diff --git
a/net/znc/Makefile
b/net/znc/Makefile
index 64a7a4f86e63e42d1ab1e963e1a8d0371906319e..25fcead133a76bc375a9cb2f21920d9ddbeaaab2 100644
(file)
--- 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