git.99rst.org
/
openwrt-packages.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
| inline |
side by side
(parent:
e3d4d25
)
dnsdist: fix missing quote
author
Philip Prindeville
<redacted>
Mon, 31 May 2021 22:30:08 +0000
(16:30 -0600)
committer
Philip Prindeville
<redacted>
Mon, 31 May 2021 22:30:16 +0000
(16:30 -0600)
Seeing the following error when running 'make defconfig':
tmp/.config-package.in:69874:warning: multi-line strings not supported
Signed-off-by: Philip Prindeville <redacted>
net/dnsdist/Makefile
patch
|
blob
|
history
diff --git
a/net/dnsdist/Makefile
b/net/dnsdist/Makefile
index 5dfe18334c66d70b966e05d71d4ca1394cae6749..45115a0c38ef791883df1f1d770456cde5ba77d3 100644
(file)
--- 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
git clone https://git.99rst.org/PROJECT