aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorW. Michael Petullo <mike@flyn.org>2020-04-09 16:33:15 -0400
committerW. Michael Petullo <mike@flyn.org>2020-04-09 16:33:15 -0400
commitc2b4fe63313036d6ee29752a1c6599c88ac3c246 (patch)
tree52aa03df0a085c6a536f0c09b2bed848c204fcca
parentc87597d51028138170f90fedf6414b3d90d1a212 (diff)
quota: add necessary dependencies
Signed-off-by: W. Michael Petullo <mike@flyn.org>
-rw-r--r--utils/quota/Makefile1
1 files changed, 1 insertions, 0 deletions
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