diff options
author | John Crispin <john@openwrt.org> | 2013-09-30 20:48:51 +0000 |
---|---|---|
committer | John Crispin <john@openwrt.org> | 2013-09-30 20:48:51 +0000 |
commit | 52b61d6325f0c38c481f5742eba2b33d70a10b50 (patch) | |
tree | ba4f2df908b41992d05856ded874e57298f31058 /package | |
parent | 4f3797386fdd41b548de8f85c911f5f1855499c5 (diff) | |
download | upstream-52b61d6325f0c38c481f5742eba2b33d70a10b50.tar.gz upstream-52b61d6325f0c38c481f5742eba2b33d70a10b50.tar.bz2 upstream-52b61d6325f0c38c481f5742eba2b33d70a10b50.zip |
procd: update to latest git head
this fixes the syslog problem when using eglibc on x86.
Signed-off-by: John Crispin <blogic@openwrt.org>
SVN-Revision: 38267
Diffstat (limited to 'package')
-rw-r--r-- | package/system/procd/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/package/system/procd/Makefile b/package/system/procd/Makefile index d142573e21..fbff8e66ce 100644 --- a/package/system/procd/Makefile +++ b/package/system/procd/Makefile @@ -1,14 +1,14 @@ include $(TOPDIR)/rules.mk PKG_NAME:=procd -PKG_VERSION:=2013-09-17 +PKG_VERSION:=2013-09-28 PKG_RELEASE=$(PKG_SOURCE_VERSION)-1 PKG_SOURCE_PROTO:=git PKG_SOURCE_URL:=git://nbd.name/luci2/procd.git PKG_SOURCE_SUBDIR:=$(PKG_NAME)-$(PKG_VERSION) -PKG_SOURCE_VERSION:=f51f9cc5738d340423e44e678829402b367cf866 +PKG_SOURCE_VERSION:=b5e17105b163442a030559b7b2c2454b82b3fd4c PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION)-$(PKG_SOURCE_VERSION).tar.gz CMAKE_INSTALL:=1 |