aboutsummaryrefslogtreecommitdiffstats
path: root/package/libs/ncurses/Makefile
diff options
context:
space:
mode:
authorHauke Mehrtens <hauke@openwrt.org>2015-06-02 21:54:54 +0000
committerHauke Mehrtens <hauke@openwrt.org>2015-06-02 21:54:54 +0000
commitd26ed22efb06dd45de8c5d6abab8cb2bb3ac8b65 (patch)
treecfebc0daa78bc322f735d099e1eac97093e2295e /package/libs/ncurses/Makefile
parent97ba27e510c33f678e3ae50e9293c5a439648514 (diff)
downloadmaster-187ad058-d26ed22efb06dd45de8c5d6abab8cb2bb3ac8b65.tar.gz
master-187ad058-d26ed22efb06dd45de8c5d6abab8cb2bb3ac8b65.tar.bz2
master-187ad058-d26ed22efb06dd45de8c5d6abab8cb2bb3ac8b65.zip
ncurses: Fix building with gcc 5.1
This patch is taken from the gentoo guys who extracted this from a large upstream commit (with many unrelated changes). Signed-off-by: Martin Blumenstingl <martin.blumenstingl@googlemail.com> Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@45878 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/libs/ncurses/Makefile')
-rw-r--r--package/libs/ncurses/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/package/libs/ncurses/Makefile b/package/libs/ncurses/Makefile
index 13c7962dca..1f7ea9b1b0 100644
--- a/package/libs/ncurses/Makefile
+++ b/package/libs/ncurses/Makefile
@@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk
PKG_NAME:=ncurses
PKG_VERSION:=5.9
-PKG_RELEASE:=1
+PKG_RELEASE:=2
PKG_BUILD_DIR:=$(BUILD_DIR)/$(BUILD_VARIANT)/$(PKG_NAME)-$(PKG_VERSION)
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz