* [gentoo-commits] gentoo-x86 commit in net-mail/maildirtree/files: maildirtree-0.6-ldflags.patch
@ 2011-06-06 19:19 Eray Aslan (eras)
0 siblings, 0 replies; only message in thread
From: Eray Aslan (eras) @ 2011-06-06 19:19 UTC (permalink / raw
To: gentoo-commits
eras 11/06/06 19:19:13
Added: maildirtree-0.6-ldflags.patch
Log:
Respect LDFLAGS - bug #337243. Quoting
(Portage version: 2.1.10/cvs/Linux x86_64)
Revision Changes Path
1.1 net-mail/maildirtree/files/maildirtree-0.6-ldflags.patch
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-mail/maildirtree/files/maildirtree-0.6-ldflags.patch?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-mail/maildirtree/files/maildirtree-0.6-ldflags.patch?rev=1.1&content-type=text/plain
Index: maildirtree-0.6-ldflags.patch
===================================================================
commit 631b3c687fe1558b88556a89838b9f264c2aed42
Author: Eray Aslan <eras@gentoo.org>
Date: Mon Jun 6 22:09:23 2011 +0300
Respect LDFLAGS - bug #337243
diff --git a/Makefile.in b/Makefile.in
index 62f0673..b24a609 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -33,7 +33,7 @@ maildirtree.1: $(wildcard maildirtree.1.sgml)
$(DBM) $< > $@
maildirtree: $(OBJS)
- $(CC) $(CFLAGS) $(OBJS) -o $@
+ $(CC) $(CFLAGS) $(LDFLAGS) $(OBJS) -o $@
maildirtree.o: maildirtree.c config.h maildirtree.h snprintf.h
snprintf.o: snprintf.c config.h snprintf.h
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2011-06-06 19:20 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-06-06 19:19 [gentoo-commits] gentoo-x86 commit in net-mail/maildirtree/files: maildirtree-0.6-ldflags.patch Eray Aslan (eras)
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox