Browse Source

Add flock to procd dep

RISCi_ATOM 6 years ago
parent
commit
a0f7c6d7d8
1 changed files with 1 additions and 1 deletions
  1. 1 1
      package/system/procd/Makefile

+ 1 - 1
package/system/procd/Makefile

@@ -40,7 +40,7 @@ TARGET_LDFLAGS += $(if $(CONFIG_USE_GLIBC),-lrt)
 define Package/procd
   SECTION:=base
   CATEGORY:=Base system
-  DEPENDS:=+ubusd +ubus +libjson-script +ubox +USE_GLIBC:librt +libubox +libubus
+  DEPENDS:=+ubusd +ubus +libjson-script +flock +ubox +USE_GLIBC:librt +libubox +libubus
   TITLE:=OpenWrt system process manager
 endef