You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/net-firewall/arptables/files/arptables-0.0.3.4-ldflags.p...

14 lines
372 B

=== 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)