mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2025-12-14 22:35:25 +01: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:
parent
e1e889bae4
commit
ff62a99e18
|
|
@ -18,5 +18,5 @@ do_install() {
|
|||
install -m 0755 ${B}/src/${PN} ${D}${sbindir}/
|
||||
}
|
||||
|
||||
CFLAGS += "${LDFLAGS}"
|
||||
CFLAGS += "-D_GNU_SOURCE ${LDFLAGS}"
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user