netfilter-devel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [patch] arptables respect LDFLAGS
@ 2010-09-15 13:48 Peter Volkov
  2010-10-09 13:17 ` [patch] arptables: some patches from debian Peter Volkov
  0 siblings, 1 reply; 5+ messages in thread
From: Peter Volkov @ 2010-09-15 13:48 UTC (permalink / raw)
  To: ebtables-devel; +Cc: Netfilter Development Mailinglist

[-- Attachment #1: Type: text/plain, Size: 99 bytes --]

Hi. The patch in attachment makes arptables respect LDFLAGS. Please,
apply. Thank you.

-- 
Peter.

[-- Attachment #2: arptables-0.0.3.4-ldflags.patch --]
[-- Type: text/x-patch, Size: 372 bytes --]

=== modified file 'Makefile'
--- Makefile	2010-09-15 11:51:49 +0000
+++ Makefile	2010-09-15 11:52:56 +0000
@@ -31,7 +31,7 @@
 	$(CC) $(CFLAGS) -c -o $@ $<
 
 arptables: arptables-standalone.o arptables.o libarptc/libarptc.o $(EXT_OBJS)
-	$(CC) $(CFLAGS) -o $@ $^
+	$(CC) $(CFLAGS) $(LDFLAGS) -o $@ $^
 
 $(DESTDIR)$(MANDIR)/man8/arptables.8: arptables.8
 	mkdir -p $(@D)


^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2010-10-24 17:10 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-09-15 13:48 [patch] arptables respect LDFLAGS Peter Volkov
2010-10-09 13:17 ` [patch] arptables: some patches from debian Peter Volkov
2010-10-09 19:17   ` Bart De Schuymer
2010-10-14 15:37     ` Peter Volkov
2010-10-24 17:10       ` Bart De Schuymer

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).