public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Jeremy Olexa (darkside)" <darkside@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] gentoo-x86 commit in sys-apps/kexec-tools/files: kexec-tools-2.0.0-respect-LDFLAGS.patch
Date: Sun, 25 Jan 2009 01:42:41 +0000	[thread overview]
Message-ID: <E1LQu1J-0005o4-2P@stork.gentoo.org> (raw)

darkside    09/01/25 01:42:41

  Modified:             kexec-tools-2.0.0-respect-LDFLAGS.patch
  Log:
  Update patch, submitted by Arfrever Frehtes Taifersar Arahesis, bug 256135
  (Portage version: 2.2_rc23/cvs/Linux x86_64)

Revision  Changes    Path
1.2                  sys-apps/kexec-tools/files/kexec-tools-2.0.0-respect-LDFLAGS.patch

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/kexec-tools/files/kexec-tools-2.0.0-respect-LDFLAGS.patch?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/kexec-tools/files/kexec-tools-2.0.0-respect-LDFLAGS.patch?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/kexec-tools/files/kexec-tools-2.0.0-respect-LDFLAGS.patch?r1=1.1&r2=1.2

Index: kexec-tools-2.0.0-respect-LDFLAGS.patch
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-apps/kexec-tools/files/kexec-tools-2.0.0-respect-LDFLAGS.patch,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- kexec-tools-2.0.0-respect-LDFLAGS.patch	25 Jan 2009 01:32:51 -0000	1.1
+++ kexec-tools-2.0.0-respect-LDFLAGS.patch	25 Jan 2009 01:42:40 -0000	1.2
@@ -5,7 +5,7 @@
  $(KDUMP): $(KDUMP_OBJS)
  	@$(MKDIR) -p $(@D)
 -	$(CC) $(CFLAGS) $(EXTRA_CFLAGS) -o $@ $(KDUMP_OBJS)
-+	$(CC) $(CFLAGS) $(EXTRA_CFLAGS) $(LDFLAGS) -o $@ $(KDUMP_OBJS)
++	$(CC) $(LDFLAGS) -o $@ $(KDUMP_OBJS)
  
  $(KDUMP_MANPAGE): kdump/kdump.8
  	$(MKDIR) -p     $(MANDIR)/man8






             reply	other threads:[~2009-01-25  1:42 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2009-01-25  1:42 Jeremy Olexa (darkside) [this message]
  -- strict thread matches above, loose matches on Subject: below --
2009-01-25  1:32 [gentoo-commits] gentoo-x86 commit in sys-apps/kexec-tools/files: kexec-tools-2.0.0-respect-LDFLAGS.patch Jeremy Olexa (darkside)

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=E1LQu1J-0005o4-2P@stork.gentoo.org \
    --to=darkside@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox