From 4b481281efff3987913289224fd654123633bb19 Mon Sep 17 00:00:00 2001 From: Philip Prindeville Date: Mon, 31 May 2021 16:30:08 -0600 Subject: [PATCH] dnsdist: fix missing quote Seeing the following error when running 'make defconfig': tmp/.config-package.in:69874:warning: multi-line strings not supported Signed-off-by: Philip Prindeville --- net/dnsdist/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net/dnsdist/Makefile b/net/dnsdist/Makefile index 5dfe18334c..45115a0c38 100644 --- a/net/dnsdist/Makefile +++ b/net/dnsdist/Makefile @@ -82,7 +82,7 @@ menu "Configuration" default y config DNSDIST_SODIUM - bool "Build with libsodium + bool "Build with libsodium" help "Build with libsodium - for encrypted console connections, and DNSCrypt" default y