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:
159f613
)
znc: disable mips16
author
Jonas Gorski
<jogo@openwrt.org>
Sun, 12 Apr 2015 12:06:01 +0000
(14:06 +0200)
committer
Jonas Gorski
<jogo@openwrt.org>
Sun, 12 Apr 2015 12:06:35 +0000
(14:06 +0200)
Using mips16 seems to make znc randomly crash.
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 9681c47333ee7237a270f3ddcd9d3f6104ab5f28..8e39a380a237a738f859d4a1a1222db65a334f1d 100644
(file)
--- a/
net/znc/Makefile
+++ b/
net/znc/Makefile
@@
-9,7
+9,7
@@
include $(TOPDIR)/rules.mk
PKG_NAME:=znc
PKG_VERSION:=1.4
-PKG_RELEASE:=
2
+PKG_RELEASE:=
3
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
PKG_SOURCE_URL:=http://znc.in/releases \
@@
-20,6
+20,7
@@
PKG_MAINTAINER:=Jonas Gorski <jogo@openwrt.org>
PKG_LICENSE:=Apache-2.0
PKG_LICENSE_FILES:=LICENSE
+PKG_USE_MIPS16:=0
PKG_BUILD_PARALLEL:=1