[openwrt/openwrt] procd: fix another seccomp-related build issue

LEDE Commits lede-commits at lists.infradead.org
Sat Jul 11 05:55:39 EDT 2020


dangole pushed a commit to openwrt/openwrt.git, branch master:
https://git.openwrt.org/560093222c6416e411a24c7f49b16a9a8114d014

commit 560093222c6416e411a24c7f49b16a9a8114d014
Author: Daniel Golle <daniel at makrotopia.org>
AuthorDate: Sat Jul 11 10:52:28 2020 +0100

    procd: fix another seccomp-related build issue
    
     3473671 ujail: add dependency on syscall-names-h
    
    Fixes: b6e440a0f5 ("procd: update to git HEAD")
    Signed-off-by: Daniel Golle <daniel at makrotopia.org>
---
 package/system/procd/Makefile | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/package/system/procd/Makefile b/package/system/procd/Makefile
index 439c0f26d9..8f1c8cb4c9 100644
--- a/package/system/procd/Makefile
+++ b/package/system/procd/Makefile
@@ -8,13 +8,13 @@
 include $(TOPDIR)/rules.mk
 
 PKG_NAME:=procd
-PKG_RELEASE:=1
+PKG_RELEASE:=2
 
 PKG_SOURCE_PROTO:=git
 PKG_SOURCE_URL=$(PROJECT_GIT)/project/procd.git
 PKG_SOURCE_DATE:=2020-07-11
-PKG_SOURCE_VERSION:=f1aa7a79d8c0bd3f95adb782cd67575e48dc73e5
-PKG_MIRROR_HASH:=8889c0fe03f6cc7b8aa9c2c873a038a9d2613ddb3ff342751d61524fb68cdfda
+PKG_SOURCE_VERSION:=347367193dc2df7d8c2578b426089c11adbc4f6b
+PKG_MIRROR_HASH:=2d0022cb6d87c911b9b20cd49051fd8edf72cb1b2ff82e02ef6f4f3cf84d78cf
 CMAKE_INSTALL:=1
 
 PKG_LICENSE:=GPL-2.0



More information about the lede-commits mailing list