From e80835b4bb86e560968d0cffb2a696b81c700332 Mon Sep 17 00:00:00 2001 From: John Audia Date: Sun, 6 Feb 2022 12:11:05 -0500 Subject: [PATCH] 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 --- utils/lxc/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/utils/lxc/Makefile b/utils/lxc/Makefile index 45d92e5dc..181770081 100644 --- 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