Skip to content

Commit

Permalink
net-tools: fix the compile.
Browse files Browse the repository at this point in the history
  • Loading branch information
florin65 committed Aug 1, 2013
1 parent 948523b commit fd9376f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion net/net-tools/BUILD
Expand Up @@ -5,7 +5,8 @@
patch_it $SOURCE4 1 &&
patch_it $SOURCE5 1 &&
sedit "s/-O2/$CFLAGS/" Makefile &&
sedit "s/LOPTS = /LOPTS = $LDFLAGS -s/" Makefile &&
sedit "s/LOPTS = /LOPTS = $LDFLAGS -s/" Makefile &&
sedit "s:linux/if_tr.h:netinet/if_tr.h:" lib/tr.c &&

# Do not add debug data to protect against hacking
# and stop chkrootkit from reporting false positive
Expand Down

0 comments on commit fd9376f

Please sign in to comment.