public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in sys-devel/automake/files: automake-1.10-ccnoco-ldflags.patch
@ 2009-05-29 23:41 Mike Frysinger (vapier)
  0 siblings, 0 replies; only message in thread
From: Mike Frysinger (vapier) @ 2009-05-29 23:41 UTC (permalink / raw
  To: gentoo-commits

vapier      09/05/29 23:41:11

  Added:                automake-1.10-ccnoco-ldflags.patch
  Log:
  Add fix from upstream for ccnoco test failure with custom LDFLAGS #203914 by Carsten Lohrke.
  (Portage version: 2.2_rc33/cvs/Linux x86_64)

Revision  Changes    Path
1.1                  sys-devel/automake/files/automake-1.10-ccnoco-ldflags.patch

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-devel/automake/files/automake-1.10-ccnoco-ldflags.patch?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-devel/automake/files/automake-1.10-ccnoco-ldflags.patch?rev=1.1&content-type=text/plain

Index: automake-1.10-ccnoco-ldflags.patch
===================================================================
http://bugs.gentoo.org/203914

From 6e86514729c6dccb6213fdde8d93d7061c8108a5 Mon Sep 17 00:00:00 2001
From: Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
Date: Mon, 7 Jan 2008 21:53:38 +0100
Subject: [PATCH] Fix ccnoco.test for uncommon LDFLAGS settings.

* tests/ccnoco.test (Mycomp): Use a tighter match for -c -o,
to avoid matching for example `LDFLAGS=-Wl,--sort-common'.
* THANKS: Update.
Report and analysis by Carsten Lohrke and Mike Frysinger.
---
 ChangeLog         |    7 +++++++
 THANKS            |    1 +
 tests/ccnoco.test |    6 +++---
 3 files changed, 11 insertions(+), 3 deletions(-)

diff --git a/tests/ccnoco.test b/tests/ccnoco.test
index 8b37fe8..ca75922 100755
--- a/tests/ccnoco.test
+++ b/tests/ccnoco.test
@@ -57,8 +57,8 @@ END
 cat > Mycomp << 'END'
 #!/bin/sh
 
-case "$@" in
- *-c*-o* | *-o*-c*)
+case " "$* in
+ *\ -c*\ -o* | *\ -o*\ -c*)
     exit 1
     ;;
 esac
-- 
1.6.3







^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2009-05-29 23:41 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-05-29 23:41 [gentoo-commits] gentoo-x86 commit in sys-devel/automake/files: automake-1.10-ccnoco-ldflags.patch Mike Frysinger (vapier)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox