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 35da3673e1..9dcb677458 100644 --- a/meta/recipes-extended/sudo/sudo.inc +++ b/meta/recipes-extended/sudo/sudo.inc  | |||
| @@ -23,7 +23,7 @@ do_configure_prepend () { | |||
| 23 | 23 | ||
| 24 | # mksigname/mksiglist are used on build host to generate source files | 24 | # mksigname/mksiglist are used on build host to generate source files | 
| 25 | do_compile_prepend () { | 25 | do_compile_prepend () { | 
| 26 | oe_runmake SSP_CFLAGS="" SSP_LDFLAGS="" CC=$BUILD_CC CPPFLAGS="$BUILD_CPPFLAGS -I${S}/include -I${S} -I${B}" -C compat mksigname mksiglist | 26 | 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 | 
| 27 | } | 27 | } | 
| 28 | 28 | ||
| 29 | # Explicitly create ${localstatedir}/lib before do_install to ensure | 29 | # Explicitly create ${localstatedir}/lib before do_install to ensure | 
