ncurses: set ABI_VERSION to avoid running into rebuild issues
authorFelix Fietkau <nbd@nbd.name>
Tue, 20 Dec 2016 16:06:23 +0000 (17:06 +0100)
committerFelix Fietkau <nbd@nbd.name>
Tue, 20 Dec 2016 16:07:58 +0000 (17:07 +0100)
When the version changes, this will force rebuild of packages depending
on it.

Signed-off-by: Felix Fietkau <nbd@nbd.name>
package/libs/ncurses/Makefile

index 5b31d593f1b028a759412456c6532dfa44f4434f..03e3d8f0515e48d4318955f394fbced9be1b68fb 100644 (file)
@@ -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)