diff options
author | Felix Fietkau <nbd@openwrt.org> | 2014-06-11 17:48:35 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2014-06-11 17:48:35 +0000 |
commit | 53557b1ac1f2875b10516422e0c3aaa01f48ea30 (patch) | |
tree | 16a3e71415352266759455a172f9da63c0b20dd2 /package/system/procd/Makefile | |
parent | db29a8b3717cf93cd2e115d8b2d86a9426615a15 (diff) | |
download | upstream-53557b1ac1f2875b10516422e0c3aaa01f48ea30.tar.gz upstream-53557b1ac1f2875b10516422e0c3aaa01f48ea30.tar.bz2 upstream-53557b1ac1f2875b10516422e0c3aaa01f48ea30.zip |
procd: update to the latest version, fixes static linking of upgraded
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@41148 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/system/procd/Makefile')
-rw-r--r-- | package/system/procd/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/system/procd/Makefile b/package/system/procd/Makefile index 504c2821af..4d1f7b336f 100644 --- a/package/system/procd/Makefile +++ b/package/system/procd/Makefile @@ -8,7 +8,7 @@ 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:=61e88ee49ade4fd8014bb11ca3166d93274c50e8 +PKG_SOURCE_VERSION:=efc491fd9345c38054ce96503c3bf846a19e9260 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION)-$(PKG_SOURCE_VERSION).tar.gz CMAKE_INSTALL:=1 |