mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-06-05 02:50:46 +00: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