Skip to content

Commit

Permalink
containers: let DOCKER select CHANNEL_CURL
Browse files Browse the repository at this point in the history
Get rid of the following build error:
docker.c:(.text.docker_prepare_channel+0x20): undefined reference to `channel_new'

Signed-off-by: Marcus Folkesson <[email protected]>
  • Loading branch information
marcusfolkesson committed Jan 18, 2024
1 parent 8d0e863 commit 6178d65
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions containers/Config.in
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ config DOCKER
bool "Support Docker REST API"
depends on HAVE_LIBCURL
default n
select CHANNEL_CURL
help
Add native support for container. This implements a part of the REST API,
what is required to install new images.
Expand Down

0 comments on commit 6178d65

Please sign in to comment.