mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2025-12-14 14:25:53 +01:00
libesmtp: Define _GNU_SOURCE
Needed for strlcpy Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
parent
07fd046936
commit
1b26adb83a
|
|
@ -30,5 +30,7 @@ EXTRA_OEMESON = " \
|
|||
-Dntlm=disabled \
|
||||
"
|
||||
|
||||
CFLAGS += "-D_GNU_SOURCE"
|
||||
|
||||
FILES:${PN} = "${libdir}/lib*${SOLIBS} \
|
||||
${libdir}/esmtp-plugins-6.2.0/*${SOLIBSDEV}"
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user