diff options
-rw-r--r-- | meta-networking/recipes-support/libesmtp/libesmtp_1.1.0.bb | 2 |
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 | ||
33 | CFLAGS += "-D_GNU_SOURCE" | ||
34 | |||
33 | FILES:${PN} = "${libdir}/lib*${SOLIBS} \ | 35 | FILES:${PN} = "${libdir}/lib*${SOLIBS} \ |
34 | ${libdir}/esmtp-plugins-6.2.0/*${SOLIBSDEV}" | 36 | ${libdir}/esmtp-plugins-6.2.0/*${SOLIBSDEV}" |