From: John Audia Date: Sun, 6 Feb 2022 17:11:05 +0000 (-0500) Subject: lxc-create: update depends to include getopt X-Git-Url: http://git.99rst.org/?a=commitdiff_plain;h=e80835b4bb86e560968d0cffb2a696b81c700332;p=openwrt-packages.git 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 --- 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