From c2b4fe63313036d6ee29752a1c6599c88ac3c246 Mon Sep 17 00:00:00 2001 From: "W. Michael Petullo" Date: Thu, 9 Apr 2020 16:33:15 -0400 Subject: [PATCH] quota: add necessary dependencies Signed-off-by: W. Michael Petullo --- utils/quota/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/utils/quota/Makefile b/utils/quota/Makefile index a67b4ebf6..6f140d5ef 100644 --- a/utils/quota/Makefile +++ b/utils/quota/Makefile @@ -25,6 +25,7 @@ include $(INCLUDE_DIR)/package.mk define Package/quota SECTION:=utils CATEGORY:=Utilities + DEPENDS:=+libnl-genl +libtirpc +libwrap TITLE:= quota URL:=https://sourceforge.net/projects/linuxquota/ endef