diff options
author | John Audia <graysky@archlinux.us> | 2022-02-06 12:11:05 -0500 |
---|---|---|
committer | Josef Schlehofer <pepe.schlehofer@gmail.com> | 2022-02-07 18:37:26 +0100 |
commit | e80835b4bb86e560968d0cffb2a696b81c700332 (patch) | |
tree | 4d20be3ddd1fe8ecc322fa911d2a7afad53d1cff /utils/lxc | |
parent | 2cbe230b6a65fd00c04cd528f6e5d4651218e1f8 (diff) |
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>
Diffstat (limited to 'utils/lxc')
-rw-r--r-- | utils/lxc/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
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 |