aboutsummaryrefslogtreecommitdiffstats
path: root/package/libs/ncurses
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@nbd.name>2016-12-20 17:06:23 +0100
committerFelix Fietkau <nbd@nbd.name>2016-12-20 17:07:58 +0100
commite5e98d58f794506b0193eea9dbcdd1ca08b7b873 (patch)
treec0fe7fd13325e4d23e4bb5921c58dbbed12edaaa /package/libs/ncurses
parent4e138663c677b4f66dc1a4b9231d6847cc0e83b3 (diff)
downloadupstream-e5e98d58f794506b0193eea9dbcdd1ca08b7b873.tar.gz
upstream-e5e98d58f794506b0193eea9dbcdd1ca08b7b873.tar.bz2
upstream-e5e98d58f794506b0193eea9dbcdd1ca08b7b873.zip
ncurses: set ABI_VERSION to avoid running into rebuild issues
When the version changes, this will force rebuild of packages depending on it. Signed-off-by: Felix Fietkau <nbd@nbd.name>
Diffstat (limited to 'package/libs/ncurses')
-rw-r--r--package/libs/ncurses/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/package/libs/ncurses/Makefile b/package/libs/ncurses/Makefile
index 5b31d593f1..03e3d8f051 100644
--- a/package/libs/ncurses/Makefile
+++ b/package/libs/ncurses/Makefile
@@ -41,6 +41,7 @@ define Package/libncursesw
URL:=http://www.gnu.org/software/ncurses/
PROVIDES:=libncurses
DEPENDS:= +terminfo
+ ABI_VERSION:=$(PKG_VERSION)
endef
TARGET_CFLAGS += $(FPIC)