view sources/control-images/lfs-bootstrap/mnt/build/iproute2.sh @ 1288:c054a7a36cd9

Add rather a lot of Linux From Scratch 6.7 building infrastructure. Needs a bit more debugging.
author Rob Landley <rob@landley.net>
date Wed, 17 Nov 2010 22:09:19 -0600
parents
children 224ccf437f5c
line wrap: on
line source

#!/bin/sh

# arpd needs berkeley DB, switch it off.
sed -i '/^TARGETS/s@arpd@@g' misc/Makefile &&

# bugfix, why this isn't a patch I have no idea.
sed -i '1289i\\tfilter.cloned = 2;' ip/iproute.c &&

make DESTDIR= -j $CPUS &&
make DESTDIR= SBINDIR=/sbin MANDIR=/usr/share/man \
  DOCDIR=/usr/share/doc/iproute2 install