projects
/
openwrt
/
staging
/
ynezz.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4e13866
)
ncurses: set ABI_VERSION to avoid running into rebuild issues
author
Felix Fietkau
<nbd@nbd.name>
Tue, 20 Dec 2016 16:06:23 +0000
(17:06 +0100)
committer
Felix 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
patch
|
blob
|
history
diff --git
a/package/libs/ncurses/Makefile
b/package/libs/ncurses/Makefile
index 5b31d593f1b028a759412456c6532dfa44f4434f..03e3d8f0515e48d4318955f394fbced9be1b68fb 100644
(file)
--- 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)