summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Olbrich <m.olbrich@pengutronix.de>2020-11-13 10:42:25 +0100
committerMichael Olbrich <m.olbrich@pengutronix.de>2020-11-13 11:27:18 +0100
commit71b3c754bcf10e664787398f273e629a31037a0a (patch)
treee93613701fb13fd2688ca4db73cd21540611c4c5
parent204f9315310937be7b1ce8b773dbdb200e26ddca (diff)
downloadptxdist-71b3c754bcf10e664787398f273e629a31037a0a.tar.gz
ptxdist-71b3c754bcf10e664787398f273e629a31037a0a.tar.xz
ssmtp: remove unnecessary dependency
The current versions doesn't actually use it any more. Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
-rw-r--r--rules/ssmtp.in1
1 files changed, 0 insertions, 1 deletions
diff --git a/rules/ssmtp.in b/rules/ssmtp.in
index cc94a1bf8..054c5a1fc 100644
--- a/rules/ssmtp.in
+++ b/rules/ssmtp.in
@@ -2,7 +2,6 @@
menuconfig SSMTP
tristate
prompt "ssmtp "
- select LIBC_NSL
select OPENSSL
help
ssmtp is a small program which can be used to send emails.