Signed-off-by: Michael Tremer <[email protected]> --- lfs/pam | 5 +++++ 1 file changed, 5 insertions(+)
diff --git a/lfs/pam b/lfs/pam index 8f3d144f8..b2847d0a6 100644 --- a/lfs/pam +++ b/lfs/pam @@ -32,6 +32,11 @@ DL_FROM = $(URL_IPFIRE) DIR_APP = $(DIR_SRC)/$(THISAPP) TARGET = $(DIR_INFO)/$(THISAPP) +# Don't fail on any linker warnings +# I don't actually know why this has suddenly come up as it is a linker issue, +# however, this all started with the update to GCC 15 and happens on aarch64. +CFLAGS += -Wl,--no-fatal-warnings + ############################################################################### # Top-level Rules ############################################################################### -- 2.39.5
