[openwrt/openwrt] procd: fix yet another build issue, this time with capabilities

LEDE Commits lede-commits at lists.infradead.org
Sat Jul 11 06:29:17 EDT 2020


dangole pushed a commit to openwrt/openwrt.git, branch master:
https://git.openwrt.org/5115cb0501674bd613d39edab41957578565ff9e

commit 5115cb0501674bd613d39edab41957578565ff9e
Author: Daniel Golle <daniel at makrotopia.org>
AuthorDate: Sat Jul 11 11:27:33 2020 +0100

    procd: fix yet another build issue, this time with capabilities
    
     3034eaf jail: use linux/capability.h instead of sys/capability.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 8f1c8cb4c9..3b88c76144 100644
--- a/package/system/procd/Makefile
+++ b/package/system/procd/Makefile
@@ -8,13 +8,13 @@
 include $(TOPDIR)/rules.mk
 
 PKG_NAME:=procd
-PKG_RELEASE:=2
+PKG_RELEASE:=3
 
 PKG_SOURCE_PROTO:=git
 PKG_SOURCE_URL=$(PROJECT_GIT)/project/procd.git
 PKG_SOURCE_DATE:=2020-07-11
-PKG_SOURCE_VERSION:=347367193dc2df7d8c2578b426089c11adbc4f6b
-PKG_MIRROR_HASH:=2d0022cb6d87c911b9b20cd49051fd8edf72cb1b2ff82e02ef6f4f3cf84d78cf
+PKG_SOURCE_VERSION:=3034eaf5ceebc3b8d8461680a2cd3c61e796fc7d
+PKG_MIRROR_HASH:=2f8f84c273bda817dcb0513c0d3304af98662c3eb26c9bf266da4508db04011d
 CMAKE_INSTALL:=1
 
 PKG_LICENSE:=GPL-2.0



More information about the lede-commits mailing list