[Lunar-commits] <moonbase-other> net-tools: fix the compile.
Florin Braescu
florin at lunar-linux.org
Thu Aug 1 18:36:38 CEST 2013
commit fd9376fbd2d1fa31a6f26dc81f22e5ef909b0772
Author: Florin Braescu <florin at lunar-linux.org>
Date: Thu, 01 Aug 2013 09:36:18 -0700
URL: https://github.com/lunar-linux/moonbase-other/commit/fd9376fbd2d1fa31a6f26dc81f22e5ef909b0772
net-tools: fix the compile.
---
net/net-tools/BUILD | +2/-1
1 file changed, 2 insertions(+), 1 deletion(-)
--- a/net/net-tools/BUILD
+++ b/net/net-tools/BUILD
@@ -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
More information about the Lunar-commits
mailing list