[source] ncurses: set ABI_VERSION to avoid running into rebuild issues

LEDE Commits lede-commits at lists.infradead.org
Tue Dec 20 08:08:22 PST 2016


nbd pushed a commit to source.git, branch master:
https://git.lede-project.org/e5e98d58f794506b0193eea9dbcdd1ca08b7b873

commit e5e98d58f794506b0193eea9dbcdd1ca08b7b873
Author: Felix Fietkau <nbd at nbd.name>
AuthorDate: Tue Dec 20 17:06:23 2016 +0100

    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 at nbd.name>
---
 package/libs/ncurses/Makefile | 1 +
 1 file changed, 1 insertion(+)

diff --git a/package/libs/ncurses/Makefile b/package/libs/ncurses/Makefile
index 5b31d59..03e3d8f 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)



More information about the lede-commits mailing list