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-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 changed, 5 insertions(+) > > > > diff --git a/Features/Ext4Pkg/Ext4Pkg.dsc b/Features/Ext4Pkg/Ext4Pkg.dsc > > index 57f279a4d918..59bc327ebf6e 100644 > > --- a/Features/Ext4Pkg/Ext4Pkg.dsc > > +++ b/Features/Ext4Pkg/Ext4Pkg.dsc > > @@ -46,6 +46,11 @@ > > DevicePathLib|MdePkg/Library/UefiDevicePathLib/UefiDevicePathLib.inf > > > OrderedCollectionLib|MdePkg/Library/BaseOrderedCollectionRedBlackTreeLib/BaseOrderedCollectionRedBlackTreeLib.inf > > BaseUcs2Utf8Lib|RedfishPkg/Library/BaseUcs2Utf8Lib/BaseUcs2Utf8Lib.inf > > + > > + # > > + # Required for stack protector support > > + # > > + NULL|MdePkg/Library/BaseStackCheckLib/BaseStackCheckLib.inf > > > > > ################################################################################################### > > # > > -- > > 2.37.3 > > > > -- Pedro Falcato