From: Felix Fietkau Date: Tue, 20 Dec 2016 16:06:23 +0000 (+0100) Subject: ncurses: set ABI_VERSION to avoid running into rebuild issues X-Git-Url: http://git.openwrt.org/?p=openwrt%2Fstaging%2Fblogic.git;a=commitdiff_plain;h=e5e98d58f794506b0193eea9dbcdd1ca08b7b873 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 --- diff --git a/package/libs/ncurses/Makefile b/package/libs/ncurses/Makefile index 5b31d593f1b0..03e3d8f0515e 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)