diff options
| -rw-r--r-- | meta/recipes-extended/sudo/sudo.inc | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/meta/recipes-extended/sudo/sudo.inc b/meta/recipes-extended/sudo/sudo.inc index 2d411f3d89..cdee6bb85f 100644 --- a/meta/recipes-extended/sudo/sudo.inc +++ b/meta/recipes-extended/sudo/sudo.inc | |||
| @@ -22,6 +22,8 @@ CONFFILES_${PN} = "${sysconfdir}/sudoers" | |||
| 22 | 22 | ||
| 23 | EXTRA_OECONF = "--with-editor=/bin/vi --with-env-editor" | 23 | EXTRA_OECONF = "--with-editor=/bin/vi --with-env-editor" |
| 24 | 24 | ||
| 25 | EXTRA_OECONF_append_libc-musl = " --disable-hardening " | ||
| 26 | |||
| 25 | # mksigname/mksiglist are used on build host to generate source files | 27 | # mksigname/mksiglist are used on build host to generate source files |
| 26 | do_compile_prepend () { | 28 | do_compile_prepend () { |
| 27 | oe_runmake SSP_CFLAGS="" SSP_LDFLAGS="" CC="$BUILD_CC" CFLAGS="$BUILD_CFLAGS" CPPFLAGS="$BUILD_CPPFLAGS -I${S}/include -I${S} -I${B}" -C lib/util 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 lib/util mksigname mksiglist |
