projects
/
feed
/
packages.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2cbe230
)
lxc-create: update depends to include getopt
author
John Audia
<graysky@archlinux.us>
Sun, 6 Feb 2022 17:11:05 +0000
(12:11 -0500)
committer
Josef Schlehofer
<pepe.schlehofer@gmail.com>
Mon, 7 Feb 2022 17:37:26 +0000
(18:37 +0100)
Fixes https://github.com/openwrt/packages/issues/16684
Build system: x86_64
Build-tested: bcm2711/RPi4B
Run-tested: bcm2711/RPi4B
Signed-off-by: John Audia <graysky@archlinux.us>
utils/lxc/Makefile
patch
|
blob
|
history
diff --git
a/utils/lxc/Makefile
b/utils/lxc/Makefile
index 45d92e5dcc4769c5232b91dc416c50ab4f152f69..18177008188abce9f518468c2aee6de437f7941d 100644
(file)
--- a/
utils/lxc/Makefile
+++ b/
utils/lxc/Makefile
@@
-39,7
+39,7
@@
LXC_SCRIPTS += \
DEPENDS_APPLETS = +libpthread +libcap +liblxc
-DEPENDS_create = +lxc-configs +lxc-hooks +lxc-templates +flock
+DEPENDS_create = +lxc-configs +lxc-hooks +lxc-templates +flock
+getopt
define Package/lxc/Default
SECTION:=utils