]> git.ipfire.org Git - thirdparty/util-linux.git/commitdiff
su: Add AM_LDFLAGS to su_LDFLAGS.
authorThomas Schwinge <thomas@codesourcery.com>
Fri, 25 May 2012 18:41:00 +0000 (20:41 +0200)
committerKarel Zak <kzak@redhat.com>
Tue, 29 May 2012 08:50:10 +0000 (10:50 +0200)
Signed-off-by: Thomas Schwinge <thomas@codesourcery.com>
login-utils/Makefile.am

index 8484066dbb705d2d2d3481d298e3303a71a7c770..e24e78657bcbb8926872567f8fa607a917649fda 100644 (file)
@@ -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