=== modified file 'Makefile' --- Makefile 2024-09-10 17:27:47 +0000 +++ Makefile 2024-09-11 22:44:07 +0000 @@ -290,7 +290,7 @@ $@) # Does the linker support the --no-warn-execstack option? -ifeq ($(shell echo 'int main(){}'|$(CC) --language=c /dev/stdin -o /dev/null -Xlinker --no-warn-execstack && echo yes),yes) +ifeq ($(shell echo 'int main(){}'|$(CC) --language=c /dev/stdin -o /dev/null -Xlinker --no-warn-execstack >/dev/null 2>&1 && echo yes),yes) # These programs use nested functions, which uses an executable stack plugin-runner: LDFLAGS += -Xlinker --no-warn-execstack dracut-module/password-agent: LDFLAGS += -Xlinker --no-warn-execstack