public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in app-misc/ttyrec/files: ttyrec-1.0.8-ldflags.patch
@ 2013-02-25 19:49 Sergey Popov (pinkbyte)
  0 siblings, 0 replies; only message in thread
From: Sergey Popov (pinkbyte) @ 2013-02-25 19:49 UTC (permalink / raw
  To: gentoo-commits

pinkbyte    13/02/25 19:49:51

  Added:                ttyrec-1.0.8-ldflags.patch
  Log:
  Revision bump: EAPI 5, base eclass, QA fixes. Respect LDFLAGS, wrt bug #331843, patch by  Olivier Huber <oli.huber AT gmail.com>
  
  (Portage version: 2.2.0_alpha163/cvs/Linux x86_64, signed Manifest commit with key 0x1F357D42)

Revision  Changes    Path
1.1                  app-misc/ttyrec/files/ttyrec-1.0.8-ldflags.patch

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-misc/ttyrec/files/ttyrec-1.0.8-ldflags.patch?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-misc/ttyrec/files/ttyrec-1.0.8-ldflags.patch?rev=1.1&content-type=text/plain

Index: ttyrec-1.0.8-ldflags.patch
===================================================================
--- Makefile~	2010-08-09 14:01:24.351716328 -0400
+++ Makefile	2010-08-09 14:00:45.981716329 -0400
@@ -10,13 +10,13 @@
 all: $(TARGET)
 
 ttyrec: ttyrec.o io.o
-	$(CC) $(CFLAGS) -o ttyrec ttyrec.o io.o
+	$(CC) $(LDFLAGS) $(CFLAGS) -o ttyrec ttyrec.o io.o
 
 ttyplay: ttyplay.o io.o
-	$(CC) $(CFLAGS) -o ttyplay ttyplay.o io.o
+	$(CC) $(LDFLAGS) $(CFLAGS) -o ttyplay ttyplay.o io.o
 
 ttytime: ttytime.o io.o
-	$(CC) $(CFLAGS) -o ttytime ttytime.o io.o
+	$(CC) $(LDFLAGS) $(CFLAGS) -o ttytime ttytime.o io.o
 
 clean:
 	rm -f *.o $(TARGET) ttyrecord *~





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

only message in thread, other threads:[~2013-02-25 19:49 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-02-25 19:49 [gentoo-commits] gentoo-x86 commit in app-misc/ttyrec/files: ttyrec-1.0.8-ldflags.patch Sergey Popov (pinkbyte)

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