diff options
author | Felix Fietkau <nbd@openwrt.org> | 2015-02-27 07:34:47 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2015-02-27 07:34:47 +0000 |
commit | 87efd09a1c022627b946cb0b930caa7afaddce6e (patch) | |
tree | bfe59cda5f02a5ab3fe1de4a3674c6f8d1b7b410 /package/system/procd/Makefile | |
parent | e5230b2b4e9cf56add639fd79ff981657c2a2a92 (diff) | |
download | master-187ad058-87efd09a1c022627b946cb0b930caa7afaddce6e.tar.gz master-187ad058-87efd09a1c022627b946cb0b930caa7afaddce6e.tar.bz2 master-187ad058-87efd09a1c022627b946cb0b930caa7afaddce6e.zip |
procd: update to the latest version, fixes musl compile error
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@44552 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/system/procd/Makefile')
-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 ba1077492d..e8f6d2fbba 100644 --- a/package/system/procd/Makefile +++ b/package/system/procd/Makefile @@ -8,14 +8,14 @@ include $(TOPDIR)/rules.mk PKG_NAME:=procd -PKG_VERSION:=2015-02-26.1 +PKG_VERSION:=2015-02-27 PKG_RELEASE=$(PKG_SOURCE_VERSION) PKG_SOURCE_PROTO:=git PKG_SOURCE_URL:=git://nbd.name/luci2/procd.git PKG_SOURCE_SUBDIR:=$(PKG_NAME)-$(PKG_VERSION) -PKG_SOURCE_VERSION:=9851e517f1c3e55228e2fdde913c9cf0b87a4bc7 +PKG_SOURCE_VERSION:=b6777a45becef915d6a99f01e044ad508bb278c6 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION)-$(PKG_SOURCE_VERSION).tar.gz CMAKE_INSTALL:=1 |