mirror of
https://github.com/openwrt/openwrt.git
synced 2024-12-19 05:38:00 +00:00
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>
This commit is contained in:
parent
4e138663c6
commit
e5e98d58f7
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user