summaryrefslogtreecommitdiffstats
path: root/userspace
diff options
context:
space:
mode:
authorBart De Schuymer <bdschuym@pandora.be>2010-10-24 17:09:44 +0000
committerBart De Schuymer <bdschuym@pandora.be>2010-10-24 17:09:44 +0000
commit6477e8a201ca288c9932e3b6c831e18c39e1711b (patch)
treeb99577cb74d88692bcc1cd96009654a5190a633a /userspace
parent0d0d618038aa1137d6f373db8ab201f03234959f (diff)
respect LDFLAGS (Peter Volkov)
Diffstat (limited to 'userspace')
-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)