git.99rst.org
/
openwrt-packages.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
| inline |
side by side
(parent:
c87597d
)
quota: add necessary dependencies
author
W. Michael Petullo
<redacted>
Thu, 9 Apr 2020 20:33:15 +0000
(16:33 -0400)
committer
W. Michael Petullo
<redacted>
Thu, 9 Apr 2020 20:33:15 +0000
(16:33 -0400)
Signed-off-by: W. Michael Petullo <redacted>
utils/quota/Makefile
patch
|
blob
|
history
diff --git
a/utils/quota/Makefile
b/utils/quota/Makefile
index a67b4ebf6ea281cfd81261109a894de6bf8ef134..6f140d5ef4a0979e0e7a23cd8fa97797273fe4dd 100644
(file)
--- 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
git clone https://git.99rst.org/PROJECT