X-Git-Url: http://git.openwrt.org/?a=blobdiff_plain;f=package%2Fsystem%2Fprocd%2FMakefile;h=69cbd4c670e1f7bea405c45fd4d73a6838562776;hb=94cc41632e5eb2f8c02ecf4a9c0efa9dbd91400e;hp=294985c65e69daa8005185b967a4b428c67a5174;hpb=965202b4343815480f032bf891d9ece44c1d3968;p=openwrt%2Fopenwrt.git diff --git a/package/system/procd/Makefile b/package/system/procd/Makefile index 294985c65e..69cbd4c670 100644 --- a/package/system/procd/Makefile +++ b/package/system/procd/Makefile @@ -8,21 +8,23 @@ include $(TOPDIR)/rules.mk PKG_NAME:=procd -PKG_VERSION:=2016-03-09 +PKG_VERSION:=2016-05-16 PKG_RELEASE=$(PKG_SOURCE_VERSION) PKG_SOURCE_PROTO:=git PKG_SOURCE_URL=$(OPENWRT_GIT)/project/procd.git PKG_SOURCE_SUBDIR:=$(PKG_NAME)-$(PKG_VERSION) -PKG_SOURCE_VERSION:=b12bb150ed38a4409bef5127c77b060ee616b860 +PKG_SOURCE_VERSION:=a1a1d1c6cf0ae302f76bc39a3d83aba66aee3228 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION)-$(PKG_SOURCE_VERSION).tar.gz CMAKE_INSTALL:=1 PKG_LICENSE:=GPL-2.0 PKG_LICENSE_FILES:= -PKG_MAINTAINER:=John Crispin +PKG_MAINTAINER:=John Crispin + +PKG_FLAGS:=nonshared PKG_CONFIG_DEPENDS:= \ CONFIG_TARGET_INIT_PATH CONFIG_KERNEL_SECCOMP \