diff options
-rw-r--r-- | meta/recipes-extended/sudo/sudo.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-extended/sudo/sudo.inc b/meta/recipes-extended/sudo/sudo.inc index ef2367a702..e77c90176d 100644 --- a/meta/recipes-extended/sudo/sudo.inc +++ b/meta/recipes-extended/sudo/sudo.inc | |||
@@ -26,7 +26,7 @@ do_configure_prepend () { | |||
26 | 26 | ||
27 | # mksigname/mksiglist are used on build host to generate source files | 27 | # mksigname/mksiglist are used on build host to generate source files |
28 | do_compile_prepend () { | 28 | do_compile_prepend () { |
29 | oe_runmake SSP_CFLAGS="" SSP_LDFLAGS="" CC=$BUILD_CC CFLAGS="$BUILD_CFLAGS" CPPFLAGS="$BUILD_CPPFLAGS -I${S}/include -I${S} -I${B}" -C compat mksigname mksiglist | 29 | oe_runmake SSP_CFLAGS="" SSP_LDFLAGS="" CC="$BUILD_CC" CFLAGS="$BUILD_CFLAGS" CPPFLAGS="$BUILD_CPPFLAGS -I${S}/include -I${S} -I${B}" -C compat mksigname mksiglist |
30 | } | 30 | } |
31 | 31 | ||
32 | # Explicitly create ${localstatedir}/lib before do_install to ensure | 32 | # Explicitly create ${localstatedir}/lib before do_install to ensure |