summaryrefslogtreecommitdiff
path: root/package/libesmtp/patches/patch-meson_options_txt
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2024-02-25 17:14:57 +0100
committerWaldemar Brodkorb <wbx@openadk.org>2024-02-25 17:23:15 +0100
commita4b64eb5514f90ce18ccca7d0f27d715299c4876 (patch)
treef27d061f7b9b47dc6a1cb93f63605cf7ef52987d /package/libesmtp/patches/patch-meson_options_txt
parent04e70c8849d231b9701ec3c84ba03aedd05b0335 (diff)
libesmtp: update to 1.1.0
Diffstat (limited to 'package/libesmtp/patches/patch-meson_options_txt')
-rw-r--r--package/libesmtp/patches/patch-meson_options_txt7
1 files changed, 7 insertions, 0 deletions
diff --git a/package/libesmtp/patches/patch-meson_options_txt b/package/libesmtp/patches/patch-meson_options_txt
new file mode 100644
index 000000000..6f4e81431
--- /dev/null
+++ b/package/libesmtp/patches/patch-meson_options_txt
@@ -0,0 +1,7 @@
+--- libESMTP-1.1.0.orig/meson_options.txt 2021-06-04 18:18:50.000000000 +0200
++++ libESMTP-1.1.0/meson_options.txt 2024-02-24 13:55:42.283485679 +0100
+@@ -5,3 +5,4 @@ option('lwres', type : 'feature', value
+ option('bdat', type : 'boolean', value : 'true', description : 'enable SMTP BDAT extension')
+ option('etrn', type : 'boolean', value : 'true', description : 'enable SMTP ETRN extension')
+ option('xusr', type : 'boolean', value : 'true', description : 'enable sendmail XUSR extension')
++option('ntlm', type : 'feature', value : 'disabled', description : 'build with support for NTLM authentication')