[patch] arptables respect LDFLAGS
Peter Volkov <[email protected]> Wed, 15 Sep 2010 17:48:53 +0400
| Newsgroups | gmane.comp.security.firewalls.netfilter.devel,gmane.linux.network.bridge.ebtables.devel |
|---|---|
| Message-ID | <1284558534.22085.164.camel@tablet> |
--=-KUgtslux2A7K0d0Q/9t6 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit Hi. The patch in attachment makes arptables respect LDFLAGS. Please, apply. Thank you. -- Peter. --=-KUgtslux2A7K0d0Q/9t6 Content-Disposition: attachment; filename="arptables-0.0.3.4-ldflags.patch" Content-Type: text/x-patch; name="arptables-0.0.3.4-ldflags.patch"; charset="UTF-8" Content-Transfer-Encoding: 7bit === 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) --=-KUgtslux2A7K0d0Q/9t6-- -- To unsubscribe from this list: send the line "unsubscribe netfilter-devel" in the body of a message to [email protected] More majordomo info at http://vger.kernel.org/majordomo-info.html