summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--userspace/arptables/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/userspace/arptables/Makefile b/userspace/arptables/Makefile
index 7ca2929..f413b13 100644
--- a/userspace/arptables/Makefile
+++ b/userspace/arptables/Makefile
@@ -31,7 +31,7 @@ libarptc/libarptc.o: libarptc/libarptc.c libarptc/libarptc_incl.c
$(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)