procd: fix compile issue with glibc

This commit is contained in:
CN_SZTL 2019-08-29 02:55:42 +08:00
parent 911766f106
commit 0136b839e0
No known key found for this signature in database
GPG Key ID: 6850B6345C862176

10
package/system/procd/Makefile Executable file → Normal file
View File

@ -12,9 +12,9 @@ PKG_RELEASE:=1
PKG_SOURCE_PROTO:=git
PKG_SOURCE_URL=$(PROJECT_GIT)/project/procd.git
PKG_SOURCE_DATE:=2019-05-30
PKG_SOURCE_VERSION:=ade00ca585a49c8478bf60eb24ce385676be37a4
PKG_MIRROR_HASH:=1417727ae6fcda01017e1bec3ec66e3e78116f9343cfe0256e40af54c52f2acc
PKG_MIRROR_HASH:=1aa4694283dcaf80b4871e25dfb73f1c62c5c9d5dc22d47be93f9760ed2926ba
PKG_SOURCE_DATE:=2019-08-28
PKG_SOURCE_VERSION:=0430252482d0a9007cfb6571622c1b0b5ab7b93d
CMAKE_INSTALL:=1
PKG_LICENSE:=GPL-2.0
@ -43,7 +43,7 @@ TARGET_LDFLAGS += -flto
define Package/procd
SECTION:=base
CATEGORY:=Base system
DEPENDS:=+ubusd +ubus +libjson-script +ubox +USE_GLIBC:librt +libubox +libubus
DEPENDS:=+ubusd +ubus +libjson-script +ubox +USE_GLIBC:librt +libubox +libubus +libblobmsg-json +libjson-c
TITLE:=OpenWrt system process manager
USERID:=:dialout=20 :audio=29
endef
@ -58,7 +58,7 @@ endef
define Package/procd-seccomp
SECTION:=base
CATEGORY:=Base system
DEPENDS:=@arm||@armeb||@mips||@mipsel||@i386||@powerpc||@x86_64 @!TARGET_uml @KERNEL_SECCOMP +libubox +libblobmsg-json
DEPENDS:=@(arm||armeb||mips||mipsel||i386||powerpc||x86_64) @!TARGET_uml @KERNEL_SECCOMP +libubox +libblobmsg-json
TITLE:=OpenWrt process seccomp helper + utrace
endef