projects
/
openwrt
/
openwrt.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6238251
)
libubox: declare main version as ABI version
author
Felix Fietkau
<nbd@openwrt.org>
Sun, 23 Feb 2014 17:32:07 +0000
(17:32 +0000)
committer
Felix Fietkau
<nbd@openwrt.org>
Sun, 23 Feb 2014 17:32:07 +0000
(17:32 +0000)
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 39721
package/libs/libubox/Makefile
patch
|
blob
|
history
diff --git
a/package/libs/libubox/Makefile
b/package/libs/libubox/Makefile
index ff3990e6898db40fdbdb99a0c50dfa4ddf183a45..caa92e920536df40131115a36653ed828ffb2d78 100644
(file)
--- a/
package/libs/libubox/Makefile
+++ b/
package/libs/libubox/Makefile
@@
-26,6
+26,7
@@
define Package/libubox
SECTION:=libs
CATEGORY:=Libraries
TITLE:=Basic utility library
+ ABI_VERSION:=$(PKG_VERSION)
DEPENDS:=
endef