mirror of
https://github.com/thead-yocto-mirror/meta-openembedded
synced 2026-08-15 17:28:04 +02:00
cpulimit: Define -D_GNU_SOURCE
This define is needed for getting memrchr() declaration Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
@@ -18,5 +18,5 @@ do_install() {
|
||||
install -m 0755 ${B}/src/${PN} ${D}${sbindir}/
|
||||
}
|
||||
|
||||
CFLAGS += "${LDFLAGS}"
|
||||
CFLAGS += "-D_GNU_SOURCE ${LDFLAGS}"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user