aboutsummaryrefslogtreecommitdiffstats
path: root/package/libs/libubox/Makefile
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2014-02-23 17:32:07 +0000
committerFelix Fietkau <nbd@openwrt.org>2014-02-23 17:32:07 +0000
commitb433eb9c7c0ff0280c236a9be10745c6d77594ef (patch)
treeb8315bc1928694917fef863ec98844baac42c70d /package/libs/libubox/Makefile
parent31e661bebd86209f48b80b093e74d671c97e5a27 (diff)
downloadmaster-187ad058-b433eb9c7c0ff0280c236a9be10745c6d77594ef.tar.gz
master-187ad058-b433eb9c7c0ff0280c236a9be10745c6d77594ef.tar.bz2
master-187ad058-b433eb9c7c0ff0280c236a9be10745c6d77594ef.zip
libubox: declare main version as ABI version
Signed-off-by: Felix Fietkau <nbd@openwrt.org> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@39721 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/libs/libubox/Makefile')
-rw-r--r--package/libs/libubox/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/package/libs/libubox/Makefile b/package/libs/libubox/Makefile
index ff3990e689..caa92e9205 100644
--- 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