summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Golle <daniel@makrotopia.org>2021-03-02 19:12:25 +0000
committerDaniel Golle <daniel@makrotopia.org>2021-03-02 19:16:10 +0000
commit1cd4a02c8e3f8574f1ba8c40b1bd4decbfb49e62 (patch)
tree455c8bb6d942d9cbf4aeb43a9769abfb97978c6a
parentc82cc4407adebd683593d8f0b71d10e694ff8804 (diff)
downloadopenwrt-1cd4a02c8e3f8574f1ba8c40b1bd4decbfb49e62.tar.gz
openwrt-1cd4a02c8e3f8574f1ba8c40b1bd4decbfb49e62.tar.bz2
openwrt-1cd4a02c8e3f8574f1ba8c40b1bd4decbfb49e62.zip
procd: update to git HEAD
64e9f3a procd: fix compilation with newer musl Signed-off-by: Daniel Golle <daniel@makrotopia.org>
-rw-r--r--package/system/procd/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/package/system/procd/Makefile b/package/system/procd/Makefile
index 30d5adf427..64c14b534d 100644
--- a/package/system/procd/Makefile
+++ b/package/system/procd/Makefile
@@ -12,9 +12,9 @@ PKG_RELEASE:=$(AUTORELEASE)
PKG_SOURCE_PROTO:=git
PKG_SOURCE_URL=$(PROJECT_GIT)/project/procd.git
-PKG_SOURCE_DATE:=2021-02-23
-PKG_SOURCE_VERSION:=37eed131e9967a35f47bacb3437a9d3c8a57b3f4
-PKG_MIRROR_HASH:=2b0131ff9055ccf987cbeb5f36c2c2585dc780999df6be312fbbbcd61ce676d4
+PKG_SOURCE_DATE:=2021-03-02
+PKG_SOURCE_VERSION:=64e9f3a4ef61b53f72d0c9cf03da109e43b6700e
+PKG_MIRROR_HASH:=59e1ea81e16b865c8e1bf16d747fd802285fd6bf8d689065e48dc1dee07447fb
CMAKE_INSTALL:=1
PKG_LICENSE:=GPL-2.0