public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in media-libs/aldumb/files: aldumb-0.9.3-PIC-as-needed.patch
@ 2010-01-14  6:56 Christian Birchinger (joker)
  0 siblings, 0 replies; only message in thread
From: Christian Birchinger (joker) @ 2010-01-14  6:56 UTC (permalink / raw
  To: gentoo-commits

joker       10/01/14 06:56:15

  Modified:             aldumb-0.9.3-PIC-as-needed.patch
  Log:
  Re-added the accidently droped $(LDFLAGS)
  (Portage version: 2.1.6.13/cvs/Linux x86_64)

Revision  Changes    Path
1.2                  media-libs/aldumb/files/aldumb-0.9.3-PIC-as-needed.patch

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/aldumb/files/aldumb-0.9.3-PIC-as-needed.patch?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/aldumb/files/aldumb-0.9.3-PIC-as-needed.patch?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/aldumb/files/aldumb-0.9.3-PIC-as-needed.patch?r1=1.1&r2=1.2

Index: aldumb-0.9.3-PIC-as-needed.patch
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-libs/aldumb/files/aldumb-0.9.3-PIC-as-needed.patch,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- aldumb-0.9.3-PIC-as-needed.patch	14 Jan 2010 06:47:42 -0000	1.1
+++ aldumb-0.9.3-PIC-as-needed.patch	14 Jan 2010 06:56:15 -0000	1.2
@@ -65,8 +65,8 @@
  
  $(CORE_LIB_FILE): $(CORE_OBJECTS)
 -	$(AR) rs $@ $^
-+	$(CC) -shared -o $@ -Wl,-shared,-soname,$(shell basename $@) $^ -lm
++	$(CC) -shared -o $@ $(LDFLAGS) -Wl,-shared,-soname,$(shell basename $@) $^ -lm
  
  $(ALLEGRO_LIB_FILE): $(ALLEGRO_OBJECTS)
 -	$(AR) rs $@ $^
-+	$(CC) -shared -o $@ -Wl,-shared,-soname,$(shell basename $@) $^ -ldumb
++	$(CC) -shared -o $@ $(LDFLAGS) -Wl,-shared,-soname,$(shell basename $@) $^ -ldumb






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

only message in thread, other threads:[~2010-01-14  6:56 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-01-14  6:56 [gentoo-commits] gentoo-x86 commit in media-libs/aldumb/files: aldumb-0.9.3-PIC-as-needed.patch Christian Birchinger (joker)

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