public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in net-mail/mailman/files: mailman-2.1.13-ldflags.patch
@ 2010-08-12 21:37 Markos Chandras (hwoarang)
  0 siblings, 0 replies; only message in thread
From: Markos Chandras (hwoarang) @ 2010-08-12 21:37 UTC (permalink / raw
  To: gentoo-commits

hwoarang    10/08/12 21:37:58

  Added:                mailman-2.1.13-ldflags.patch
  Log:
  Apply patch from Olivier Huber <oli.huber@gmail.com> to respect LDFLAGS. Bug #331591
  (Portage version: 2.2_rc67/cvs/Linux x86_64)

Revision  Changes    Path
1.1                  net-mail/mailman/files/mailman-2.1.13-ldflags.patch

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-mail/mailman/files/mailman-2.1.13-ldflags.patch?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-mail/mailman/files/mailman-2.1.13-ldflags.patch?rev=1.1&content-type=text/plain

Index: mailman-2.1.13-ldflags.patch
===================================================================
--- src/Makefile.in~	2009-02-23 22:23:35.000000000 +0100
+++ src/Makefile.in	2010-08-08 02:03:16.000000000 +0200
@@ -46,6 +46,7 @@
 CGIDIR= 	$(exec_prefix)/cgi-bin
 CGIEXT=		@CGIEXT@
 MAILDIR=	$(exec_prefix)/mail
+LDFLAGS= @LDFLAGS@
 
 SHELL=		/bin/sh
 
@@ -91,13 +92,13 @@
 all: $(PROGRAMS)
 
 mailman: $(srcdir)/mail-wrapper.c $(COMMONOBJS)
-	$(CC) -I. $(MAIL_FLAGS) $(CFLAGS) $(COMMONOBJS) -o $@ $(srcdir)/mail-wrapper.c
+	$(CC) $(LDFLAGS) -I. $(MAIL_FLAGS) $(CFLAGS) $(COMMONOBJS) -o $@ $(srcdir)/mail-wrapper.c
 
 #addaliases: $(srcdir)/alias-wrapper.c $(COMMONOBJS)
 #	$(CC) -I. $(ALIAS_FLAGS) $(CFLAGS) -o $@ $(srcdir)/alias-wrapper.c
 
 $(CGI_PROGS): $(srcdir)/cgi-wrapper.c $(COMMONOBJS)
-	$(CC) -DSCRIPT="\"$@\"" -I. $(CGI_FLAGS) $(CFLAGS) $(COMMONOBJS) -o $@ $(srcdir)/cgi-wrapper.c
+	$(CC) $(LDFLAGS) -DSCRIPT="\"$@\"" -I. $(CGI_FLAGS) $(CFLAGS) $(COMMONOBJS) -o $@ $(srcdir)/cgi-wrapper.c
 
 common.o: $(srcdir)/common.c $(srcdir)/common.h Makefile
 	$(CC) -c -I. $(COMMON_FLAGS) $(CFLAGS) $(srcdir)/common.c






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

only message in thread, other threads:[~2010-08-12 21:38 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-08-12 21:37 [gentoo-commits] gentoo-x86 commit in net-mail/mailman/files: mailman-2.1.13-ldflags.patch Markos Chandras (hwoarang)

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