Browse Source

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 <[email protected]>
Felix Fietkau 9 năm trước cách đây
mục cha
commit
e5e98d58f7
1 tập tin đã thay đổi với 1 bổ sung0 xóa
  1. 1 0
      package/libs/ncurses/Makefile

+ 1 - 0
package/libs/ncurses/Makefile

@@ -41,6 +41,7 @@ define Package/libncursesw
   URL:=http://www.gnu.org/software/ncurses/
   URL:=http://www.gnu.org/software/ncurses/
   PROVIDES:=libncurses
   PROVIDES:=libncurses
   DEPENDS:= +terminfo
   DEPENDS:= +terminfo
+  ABI_VERSION:=$(PKG_VERSION)
 endef
 endef
 
 
 TARGET_CFLAGS += $(FPIC)
 TARGET_CFLAGS += $(FPIC)