All of lore.kernel.org
 help / color / mirror / Atom feed
From: Thomas Schwinge <thomas@codesourcery.com>
To: util-linux@vger.kernel.org, ludwig.nussel@suse.de
Cc: Thomas Schwinge <thomas@codesourcery.com>
Subject: [PATCH 2/3] su: Add AM_LDFLAGS to su_LDFLAGS.
Date: Fri, 25 May 2012 20:41:00 +0200	[thread overview]
Message-ID: <1337971261-20684-3-git-send-email-thomas@codesourcery.com> (raw)
In-Reply-To: <1337971261-20684-1-git-send-email-thomas@codesourcery.com>

Signed-off-by: Thomas Schwinge <thomas@codesourcery.com>
---
 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


  parent reply	other threads:[~2012-05-25 18:41 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <87zk8wboif.fsf@schwinge.name>
2012-05-25 18:40 ` lnussel/su-v1: Portability patch for GNU/Hurd Thomas Schwinge
2012-05-25 18:40   ` [PATCH 1/3] su: Don't include the unused <sys/fsuid.h> Thomas Schwinge
2012-05-25 18:41   ` Thomas Schwinge [this message]
2012-05-25 18:41   ` [PATCH 3/3] su: Mention SUID_* feature Thomas Schwinge

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1337971261-20684-3-git-send-email-thomas@codesourcery.com \
    --to=thomas@codesourcery.com \
    --cc=ludwig.nussel@suse.de \
    --cc=util-linux@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.