public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in sci-biology/qrna/files: qrna-2.0.3c-ldflags.patch
@ 2010-03-10 21:13 Justin Lecher (jlec)
  0 siblings, 0 replies; only message in thread
From: Justin Lecher (jlec) @ 2010-03-10 21:13 UTC (permalink / raw
  To: gentoo-commits

jlec        10/03/10 21:13:08

  Added:                qrna-2.0.3c-ldflags.patch
  Log:
  Respecting LDFLAGS, rebuilding all libs instead of using upstreams bundled ones, bug 308703
  (Portage version: 2.2_rc67/cvs/Linux x86_64)

Revision  Changes    Path
1.1                  sci-biology/qrna/files/qrna-2.0.3c-ldflags.patch

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-biology/qrna/files/qrna-2.0.3c-ldflags.patch?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-biology/qrna/files/qrna-2.0.3c-ldflags.patch?rev=1.1&content-type=text/plain

Index: qrna-2.0.3c-ldflags.patch
===================================================================
diff --git a/src/Makefile b/src/Makefile
index 1d1631b..4fa3af9 100644
--- a/src/Makefile
+++ b/src/Makefile
@@ -131,17 +131,17 @@ DEMOS =
 all: 	$(PROGS)
 
 main:              $(OBJ) main.o
-	           $(CC) $(CFLAGS) -o $@ -L$(SQUIDDIR) $@.o  $(LIBS)
+	           $(CC) $(CFLAGS) $(LDFLAGS) -o $@ -L$(SQUIDDIR) $@.o  $(LIBS)
 cfgbuild:          $(OBJ) cfgbuild.o
-	           $(CC) $(CFLAGS) -o $@ -L$(SQUIDDIR) $@.o $(OBJ) $(LIBS)
+	           $(CC) $(CFLAGS) $(LDFLAGS) -o $@ -L$(SQUIDDIR) $@.o $(OBJ) $(LIBS)
 eqrna:             $(OBJ) eqrna.o
-	           $(CC) $(CFLAGS) -o $@ -L$(SQUIDDIR) $@.o $(OBJ) $(LIBS)
+	           $(CC) $(CFLAGS) $(LDFLAGS) -o $@ -L$(SQUIDDIR) $@.o $(OBJ) $(LIBS)
 eqrna_sample:      $(OBJ) eqrna_sample.o
-	           $(CC) $(CFLAGS) -o $@ -L$(SQUIDDIR) $@.o $(OBJ) $(LIBS)
+	           $(CC) $(CFLAGS) $(LDFLAGS) -o $@ -L$(SQUIDDIR) $@.o $(OBJ) $(LIBS)
 shuffle:           $(OBJ) shuffle.o
-	           $(CC) $(CFLAGS) -o $@ -L$(SQUIDDIR) $@.o $(OBJ) $(LIBS)
+	           $(CC) $(CFLAGS) $(LDFLAGS) -o $@ -L$(SQUIDDIR) $@.o $(OBJ) $(LIBS)
 rnamat_main:       $(OBJ2) rnamat_main.o
-	           $(CC) $(CFLAGS) -o $@ -L$(SQUIDDIR02) $@.o $(OBJ2) $(LIBS)
+	           $(CC) $(CFLAGS) $(LDFLAGS) -o $@ -L$(SQUIDDIR02) $@.o $(OBJ2) $(LIBS)
 
 main.o:            ../src/main.c
 	           $(CC) $(CFLAGS) $(MDEFS) -I$(SQUIDDIR) -c $?	






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

only message in thread, other threads:[~2010-03-10 21:13 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-03-10 21:13 [gentoo-commits] gentoo-x86 commit in sci-biology/qrna/files: qrna-2.0.3c-ldflags.patch Justin Lecher (jlec)

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