You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/sci-biology/infernal/files/infernal-1.0.2-ldflags.patch

16 lines
444 B

Respect LDFLAGS
http://bugs.gentoo.org/show_bug.cgi?id=338177
--- a/src/Makefile.in
+++ b/src/Makefile.in
@@ -86,7 +86,7 @@
all: $(PROGS)
$(PROGS): @EXEC_DEPENDENCY@ $(OBJS) ${HDRS}
- $(CC) $(CFLAGS) $(DEFS) $(MYLIBDIR) -o $@ $@.o $(OBJS) $(MYLIBS) $(LIBS) $(MPILIBS)
+ $(CC) $(LDFLAGS) $(CFLAGS) $(DEFS) $(MYLIBDIR) -o $@ $@.o $(OBJS) $(MYLIBS) $(LIBS) $(MPILIBS)
#################################################################