Signed-off-by: Thomas Schwinge <thomas@xxxxxxxxxxxxxxxx> --- login-utils/Makefile.am | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/login-utils/Makefile.am b/login-utils/Makefile.am index 60e6f10..d376234 100644 --- a/login-utils/Makefile.am +++ b/login-utils/Makefile.am @@ -89,7 +89,7 @@ su_CFLAGS = -DUSE_PAM=1 $(SUID_CFLAGS) $(AM_CFLAGS) chfn_LDFLAGS = $(SUID_LDFLAGS) $(AM_LDFLAGS) chsh_LDFLAGS = $(SUID_LDFLAGS) $(AM_LDFLAGS) newgrp_LDFLAGS = $(SUID_LDFLAGS) $(AM_LDFLAGS) -su_LDFLAGS = $(SUID_LDFLAGS) +su_LDFLAGS = $(SUID_LDFLAGS) $(AM_LDFLAGS) login_ldadd_common += -lpam -lpam_misc -- 1.7.9 -- To unsubscribe from this list: send the line "unsubscribe util-linux" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html