mirror of
https://github.com/coolsnowwolf/packages
synced 2025-01-09 09:07:30 +08:00
lxc-create: update depends to include getopt
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>
This commit is contained in:
parent
47f0111784
commit
240374e79c
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user