diff options
-rw-r--r-- | meta/recipes-extended/sudo/sudo.inc | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/meta/recipes-extended/sudo/sudo.inc b/meta/recipes-extended/sudo/sudo.inc index 7721cd57a15..9427b570a8f 100644 --- a/meta/recipes-extended/sudo/sudo.inc +++ b/meta/recipes-extended/sudo/sudo.inc @@ -21,6 +21,11 @@ do_configure_prepend () { fi } +# mksigname/mksiglist are used on build host to generate source files +do_compile_prepend () { + oe_runmake CC=$BUILD_CC CPPFLAGS="$BUILD_CPPFLAGS -I../include -I../" -C compat mksigname mksiglist +} + # Explicitly create ${localstatedir}/lib before do_install to ensure # the directory is accessible by all users. Otherwise the mkinstalldirs # script (from sudo) will recursively create ${localstatedir}/lib/sudo |