From: Peter Volkov <pva@gentoo.org>
To: ebtables-devel@lists.sourceforge.net
Cc: Netfilter Development Mailinglist <netfilter-devel@vger.kernel.org>
Subject: [patch] arptables respect LDFLAGS
Date: Wed, 15 Sep 2010 17:48:53 +0400 [thread overview]
Message-ID: <1284558534.22085.164.camel@tablet> (raw)
[-- 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)
next reply other threads:[~2010-09-15 13:50 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2010-09-15 13:48 Peter Volkov [this message]
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
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1284558534.22085.164.camel@tablet \
--to=pva@gentoo.org \
--cc=ebtables-devel@lists.sourceforge.net \
--cc=netfilter-devel@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.