public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Christoph Mende (angelos)" <angelos@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] gentoo-x86 commit in app-arch/pure-sfv/files: pure-sfv-0.3-asneeded.patch
Date: Sat, 03 Jan 2009 17:39:34 +0000	[thread overview]
Message-ID: <E1LJATG-00058z-Ou@stork.gentoo.org> (raw)

angelos     09/01/03 17:39:34

  Added:                pure-sfv-0.3-asneeded.patch
  Log:
  QA: Fixed compilation with --as-needed (bug 246858)
  (Portage version: 2.2_rc20/cvs/Linux 2.6.28 x86_64)

Revision  Changes    Path
1.1                  app-arch/pure-sfv/files/pure-sfv-0.3-asneeded.patch

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-arch/pure-sfv/files/pure-sfv-0.3-asneeded.patch?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-arch/pure-sfv/files/pure-sfv-0.3-asneeded.patch?rev=1.1&content-type=text/plain

Index: pure-sfv-0.3-asneeded.patch
===================================================================
--- Makefile.orig	2009-01-03 18:36:24.349399478 +0100
+++ Makefile	2009-01-03 18:36:37.218398964 +0100
@@ -65,7 +65,7 @@
 OBJ = ${SRCS:%.c=%.o}
 
 pure-sfv: $(OBJ)
-	$(CC) -lm -DVERSION=\"$(VERSION)\" $(CFLAGS) -o $(PROG) $(OBJ)
+	$(CC) -DVERSION=\"$(VERSION)\" $(CFLAGS) -o $(PROG) $(OBJ) -lm
 
 PURIFY_OPTIONS=-follow-child-processes=yes -always-use-cache-dir=yes
 PURIFY=purify






             reply	other threads:[~2009-01-03 17:39 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2009-01-03 17:39 Christoph Mende (angelos) [this message]
  -- strict thread matches above, loose matches on Subject: below --
2010-08-27  5:43 [gentoo-commits] gentoo-x86 commit in app-arch/pure-sfv/files: pure-sfv-0.3-asneeded.patch Jeroen Roovers (jer)

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=E1LJATG-00058z-Ou@stork.gentoo.org \
    --to=angelos@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