All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 1/7] xinetd: Pass missing -D_GNU_SOURCE
@ 2022-08-24  6:34 Khem Raj
  2022-08-24  6:34 ` [PATCH 2/7] watchdog: Include needed system header for function decls Khem Raj
                   ` (5 more replies)
  0 siblings, 6 replies; 9+ messages in thread
From: Khem Raj @ 2022-08-24  6:34 UTC (permalink / raw)
  To: openembedded-core; +Cc: Khem Raj

We do not get proper function definitions otherwise e.g. fcvt()

Signed-off-by: Khem Raj <raj.khem@gmail.com>
---
 meta/recipes-extended/xinetd/xinetd_2.3.15.4.bb | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/meta/recipes-extended/xinetd/xinetd_2.3.15.4.bb b/meta/recipes-extended/xinetd/xinetd_2.3.15.4.bb
index 62ee70d244..897417314d 100644
--- a/meta/recipes-extended/xinetd/xinetd_2.3.15.4.bb
+++ b/meta/recipes-extended/xinetd/xinetd_2.3.15.4.bb
@@ -30,6 +30,8 @@ INITSCRIPT_PARAMS = "defaults"
 PACKAGECONFIG ??= "tcp-wrappers"
 PACKAGECONFIG[tcp-wrappers] = "--with-libwrap,,tcp-wrappers"
 
+CFLAGS += "-D_GNU_SOURCE"
+
 CONFFILES:${PN} = "${sysconfdir}/xinetd.conf"
 
 do_install:append() {
-- 
2.37.2



^ permalink raw reply related	[flat|nested] 9+ messages in thread

end of thread, other threads:[~2022-08-24 13:57 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-08-24  6:34 [PATCH 1/7] xinetd: Pass missing -D_GNU_SOURCE Khem Raj
2022-08-24  6:34 ` [PATCH 2/7] watchdog: Include needed system header for function decls Khem Raj
2022-08-24  6:34 ` [PATCH 3/7] libcgroup: Use GNU strerror_r only when its available Khem Raj
2022-08-24  6:34 ` [PATCH 4/7] enable _XOPEN_SOURCE on musl for wchar usage in curses Khem Raj
2022-08-24  9:44   ` [OE-core] " Luca Ceresoli
2022-08-24 13:56     ` Khem Raj
2022-08-24  6:34 ` [PATCH 5/7] apr: Use correct strerror_r implementation based on libc type Khem Raj
2022-08-24  6:34 ` [PATCH 6/7] gcr: Define _GNU_SOURCE Khem Raj
2022-08-24  6:34 ` [PATCH 7/7] ltp: Adjust types to match create_fifo_thread return Khem Raj

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.