diff options
-rw-r--r-- | meta-oe/recipes-support/tomoyo-tools/tomoyo-tools_2.5.0.bb | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/meta-oe/recipes-support/tomoyo-tools/tomoyo-tools_2.5.0.bb b/meta-oe/recipes-support/tomoyo-tools/tomoyo-tools_2.5.0.bb index adb538b7b4..ac8593cb67 100644 --- a/meta-oe/recipes-support/tomoyo-tools/tomoyo-tools_2.5.0.bb +++ b/meta-oe/recipes-support/tomoyo-tools/tomoyo-tools_2.5.0.bb | |||
@@ -18,7 +18,8 @@ FILES_${PN} += "${libdir}/tomoyo" | |||
18 | FILES_${PN}-dbg += "${libdir}/tomoyo/.debug" | 18 | FILES_${PN}-dbg += "${libdir}/tomoyo/.debug" |
19 | 19 | ||
20 | DEPENDS = "linux-libc-headers ncurses" | 20 | DEPENDS = "linux-libc-headers ncurses" |
21 | CFLAGS_append += "-D_GNU_SOURCE" | 21 | |
22 | EXTRA_OEMAKE = "-e USRLIBDIR=${libdir}" | ||
22 | 23 | ||
23 | do_compile () { | 24 | do_compile () { |
24 | oe_runmake 'CC=${CC}' | 25 | oe_runmake 'CC=${CC}' |