aboutsummaryrefslogtreecommitdiffstats
path: root/package
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
commit18368debf11ed35252a3e9afd9f1b995c74d7fcd (patch)
treea4fb1bf532bf4a00838366f0e7718f63b273563a /package
parent415814f051256b7e6c760ddb36eacd831a41d58b (diff)
downloadupstream-18368debf11ed35252a3e9afd9f1b995c74d7fcd.tar.gz
upstream-18368debf11ed35252a3e9afd9f1b995c74d7fcd.tar.bz2
upstream-18368debf11ed35252a3e9afd9f1b995c74d7fcd.zip
libubox: update to latest version, fixes issues with using the library from C++ code
SVN-Revision: 28619
Diffstat (limited to 'package')
-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