X-Git-Url: http://git.openwrt.org/?a=blobdiff_plain;f=package%2Fsystem%2Fprocd%2FMakefile;h=69cbd4c670e1f7bea405c45fd4d73a6838562776;hb=94cc41632e5eb2f8c02ecf4a9c0efa9dbd91400e;hp=9cee5c2cf2d8d86f8c87c7d7f62a905e2db86114;hpb=a8936bde1f21ce12ca85a0585eed0a2392180221;p=openwrt%2Fopenwrt.git diff --git a/package/system/procd/Makefile b/package/system/procd/Makefile index 9cee5c2cf2..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-02-08 +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:=57fe34225206c572b5e049826505f738191e4db5 +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 \