mirror of
https://git.yoctoproject.org/poky
synced 2026-05-08 17:19:20 +00:00
sudo: Disable hardening for musl
musl does not yet enable ssp Change-Id: If40ab0a54b17d5528676b1268182b6c7e7ef5761 (From OE-Core rev: a583f81d9bc6ae984699d9aba7a53019ff0afc23) Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
@@ -22,6 +22,8 @@ CONFFILES_${PN} = "${sysconfdir}/sudoers"
|
||||
|
||||
EXTRA_OECONF = "--with-editor=/bin/vi --with-env-editor"
|
||||
|
||||
EXTRA_OECONF_append_libc-musl = " --disable-hardening "
|
||||
|
||||
# mksigname/mksiglist are used on build host to generate source files
|
||||
do_compile_prepend () {
|
||||
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
|
||||
|
||||
Reference in New Issue
Block a user