aboutsummaryrefslogtreecommitdiffstats
path: root/package/libubox
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2011-10-27 08:21:00 +0000
committerFelix Fietkau <nbd@openwrt.org>2011-10-27 08:21:00 +0000
commita2debb92b810732805a3bde57942ef332ef0c269 (patch)
tree34e7607365ecdee156530e539cbbe510d3efb9f4 /package/libubox
parentdeb302d0921e781b4dc46f16b7d7b1f3bd86334f (diff)
downloadupstream-a2debb92b810732805a3bde57942ef332ef0c269.tar.gz
upstream-a2debb92b810732805a3bde57942ef332ef0c269.tar.bz2
upstream-a2debb92b810732805a3bde57942ef332ef0c269.zip
libubox: update to latest version, fixes issues with using the library from C++ code
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@28619 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/libubox')
-rw-r--r--package/libubox/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/package/libubox/Makefile b/package/libubox/Makefile
index 7ae0fdd7dd..83abacc025 100644
--- a/package/libubox/Makefile
+++ b/package/libubox/Makefile
@@ -1,15 +1,15 @@
include $(TOPDIR)/rules.mk
PKG_NAME:=libubox
-PKG_VERSION:=2011-10-06
+PKG_VERSION:=2011-10-27
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:=51711be6251be4ae5e53f9369ae04598b06df0e7
+PKG_SOURCE_VERSION:=fc20c7a0314afa07f4f873f1a2f1f0095bf8e519
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION)-$(PKG_SOURCE_VERSION).tar.gz
-PKG_MIRROR_MD5SUM:=b8c0835ad2d5ebc4954db4667e60d960
+PKG_MIRROR_MD5SUM:=b942331d2161cb57926619ccfe96613a
CMAKE_INSTALL:=1
include $(INCLUDE_DIR)/package.mk