Skip to content

Commit

Permalink
procd: fix yet another build issue, this time with capabilities
Browse files Browse the repository at this point in the history
 3034eaf jail: use linux/capability.h instead of sys/capability.h

Fixes: b6e440a ("procd: update to git HEAD")
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
  • Loading branch information
dangowrt committed Jul 11, 2020
1 parent 5600932 commit 5115cb0
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions package/system/procd/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 5115cb0

Please sign in to comment.