Re: [edk2-devel] [PATCH 1/1] Ext4Pkg: Fix broken stack protector-enabled builds

2022-09-16 Thread Marvin Häuser
Reviewed-by: Marvin Häuser > On 16. Sep 2022, at 01:06, Pedro Falcato wrote: > > As reported by Rebecca Cran, there was some build breakage when > compiling with stack-protector-on-by-default toolchains. Adding the > proper library to the DSC should fix it. > > Cc: Rebecca Cran > Cc: Marvin

Re: [edk2-devel] [PATCH 1/1] Ext4Pkg: Fix broken stack protector-enabled builds

2022-09-16 Thread Pedro Falcato
Pushed as e55f0527dde48a5f139c1b8f35acc4e6b59dd794. On Fri, Sep 16, 2022 at 7:51 AM Marvin Häuser wrote: > Reviewed-by: Marvin Häuser > > > On 16. Sep 2022, at 01:06, Pedro Falcato > wrote: > > > > As reported by Rebecca Cran, there was some build breakage when > > compiling with stack-protec

Re: [edk2-devel] [PATCH 1/1] Ext4Pkg: Fix broken stack protector-enabled builds

2022-09-15 Thread Rebecca Cran
Reviewed-by: Rebecca Cran On 9/15/22 17:06, Pedro Falcato wrote: As reported by Rebecca Cran, there was some build breakage when compiling with stack-protector-on-by-default toolchains. Adding the proper library to the DSC should fix it. Cc: Rebecca Cran Cc: Marvin Häuser Signed-off-by: Pedr

[edk2-devel] [PATCH 1/1] Ext4Pkg: Fix broken stack protector-enabled builds

2022-09-15 Thread Pedro Falcato
As reported by Rebecca Cran, there was some build breakage when compiling with stack-protector-on-by-default toolchains. Adding the proper library to the DSC should fix it. Cc: Rebecca Cran Cc: Marvin Häuser Signed-off-by: Pedro Falcato --- Features/Ext4Pkg/Ext4Pkg.dsc | 5 + 1 file change