summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2022-08-24 22:19:34 -0700
committerKhem Raj <raj.khem@gmail.com>2022-08-25 23:08:11 -0700
commit1b26adb83a840ecefe4a1cb511053b773cd31507 (patch)
tree4e414a412dc45143c4a4d3651028b98c4029e910
parent07fd046936d3d74c885bfe62de46c593ea502d05 (diff)
downloadmeta-openembedded-1b26adb83a840ecefe4a1cb511053b773cd31507.tar.gz
libesmtp: Define _GNU_SOURCE
Needed for strlcpy Signed-off-by: Khem Raj <raj.khem@gmail.com>
-rw-r--r--meta-networking/recipes-support/libesmtp/libesmtp_1.1.0.bb2
1 files changed, 2 insertions, 0 deletions
diff --git a/meta-networking/recipes-support/libesmtp/libesmtp_1.1.0.bb b/meta-networking/recipes-support/libesmtp/libesmtp_1.1.0.bb
index bf1a12d48f..164c8c2612 100644
--- a/meta-networking/recipes-support/libesmtp/libesmtp_1.1.0.bb
+++ b/meta-networking/recipes-support/libesmtp/libesmtp_1.1.0.bb
@@ -30,5 +30,7 @@ EXTRA_OEMESON = " \
30 -Dntlm=disabled \ 30 -Dntlm=disabled \
31" 31"
32 32
33CFLAGS += "-D_GNU_SOURCE"
34
33FILES:${PN} = "${libdir}/lib*${SOLIBS} \ 35FILES:${PN} = "${libdir}/lib*${SOLIBS} \
34 ${libdir}/esmtp-plugins-6.2.0/*${SOLIBSDEV}" 36 ${libdir}/esmtp-plugins-6.2.0/*${SOLIBSDEV}"