=== modified file 'Makefile' --- Makefile 2021-03-21 18:44:59 +0000 +++ Makefile 2022-04-23 20:39:28 +0000 @@ -296,6 +296,7 @@ # Need to add the GLib and pthread libraries dracut-module/password-agent: CFLAGS += $(GLIB_CFLAGS) +# Note: -lpthread is unnecessary with the GNU C library 2.34 or later dracut-module/password-agent: LDLIBS += $(GLIB_LIBS) -lpthread .PHONY: clean