public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in media-video/rovclock/files: rovclock-0.6e-ldflags.patch
@ 2011-03-18 20:35 Christoph Mende (angelos)
  0 siblings, 0 replies; only message in thread
From: Christoph Mende (angelos) @ 2011-03-18 20:35 UTC (permalink / raw
  To: gentoo-commits

angelos     11/03/18 20:35:48

  Added:                rovclock-0.6e-ldflags.patch
  Log:
  QA: Respect LDFLAGS (bug #335535)
  
  (Portage version: 2.2.0_alpha27/cvs/Linux x86_64)

Revision  Changes    Path
1.1                  media-video/rovclock/files/rovclock-0.6e-ldflags.patch

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/rovclock/files/rovclock-0.6e-ldflags.patch?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/rovclock/files/rovclock-0.6e-ldflags.patch?rev=1.1&content-type=text/plain

Index: rovclock-0.6e-ldflags.patch
===================================================================
diff --git a/Makefile b/Makefile
index 7d2a21e..5912f71 100644
--- a/Makefile
+++ b/Makefile
@@ -13,7 +13,7 @@ CFLAGS = -O2 -Wall -Wstrict-prototypes $(DEFS)
 all: $(PROG)
 
 $(PROG): $(SRCS)
-	$(CC) $(CFLAGS) -o $@ $^
+	$(CC) $(CFLAGS) $(LDFLAGS) -o $@ $^
 
 $(SRCS): $(HDRS)
 






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

only message in thread, other threads:[~2011-03-18 20:35 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-03-18 20:35 [gentoo-commits] gentoo-x86 commit in media-video/rovclock/files: rovclock-0.6e-ldflags.patch Christoph Mende (angelos)

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