First fix adds a new --enable-werror option which can be used during development to ensure that everything is working ok, but not to force it upon builds of others.
The second fix allows building where -Wl,--as-needed is employed, whether in $CFLAGS or forcibly such as LD_AS_NEEDED binutils change.
First fix adds a new
--enable-werror
option which can be used during development to ensure that everything is working ok, but not to force it upon builds of others.The second fix allows building where
-Wl,--as-needed
is employed, whether in$CFLAGS
or forcibly such asLD_AS_NEEDED
binutils change.Source: ikeydoherty/clr-boot-manager@b5c75779e7119effea7070337519593bf72ab51c
Was unsure if you'd want
--enable-werror
in autogen by default, so I've left it up to reviewer discretion.