aboutsummaryrefslogtreecommitdiffstats
path: root/package/libs/libubox/Makefile
diff options
context:
space:
mode:
authorJohn Crispin <blogic@openwrt.org>2013-11-19 21:54:51 +0000
committerJohn Crispin <blogic@openwrt.org>2013-11-19 21:54:51 +0000
commit4ef49088fefe0370edec62546b6c1e811a5f1cd0 (patch)
tree58c83fcc3063917e1e9da1f366b9f7d9e659ff8d /package/libs/libubox/Makefile
parenta3c1cdf61af586838d31ed28bcc091a9c63c29ed (diff)
downloadmaster-187ad058-4ef49088fefe0370edec62546b6c1e811a5f1cd0.tar.gz
master-187ad058-4ef49088fefe0370edec62546b6c1e811a5f1cd0.tar.bz2
master-187ad058-4ef49088fefe0370edec62546b6c1e811a5f1cd0.zip
libubox: fix compile error (#14497)
Signed-off-by: John Crispin <blogic@openwrt.org> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@38873 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/libs/libubox/Makefile')
-rw-r--r--package/libs/libubox/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/package/libs/libubox/Makefile b/package/libs/libubox/Makefile
index a7de3dec1a..9bbd6d0f41 100644
--- a/package/libs/libubox/Makefile
+++ b/package/libs/libubox/Makefile
@@ -1,13 +1,13 @@
include $(TOPDIR)/rules.mk
PKG_NAME:=libubox
-PKG_VERSION:=2013-11-19-2
+PKG_VERSION:=2013-11-19-3
PKG_RELEASE=$(PKG_SOURCE_VERSION)
PKG_SOURCE_PROTO:=git
PKG_SOURCE_URL:=git://nbd.name/luci2/libubox.git
PKG_SOURCE_SUBDIR:=$(PKG_NAME)-$(PKG_VERSION)
-PKG_SOURCE_VERSION:=e8b26ce48d9a423507d2cb6b98094fe5adb1ed9c
+PKG_SOURCE_VERSION:=f100acef37bd562218b25d1a9fbe1ece1ef57438
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION)-$(PKG_SOURCE_VERSION).tar.gz
PKG_MIRROR_MD5SUM:=
CMAKE_INSTALL:=1