|
|
|
@ -21,15 +21,6 @@ var_append makeopt " " "KERNEL_INCLUDE=$root/usr/include"
|
|
|
|
|
var_append makeopt " " "LIBC_INCLUDE=$root/usr/include" |
|
|
|
|
var_append makeinstopt " " "SBINDIR=$sbindir" |
|
|
|
|
|
|
|
|
|
# iproute2 release tarball for 2.6.22-070710 doesn't have a toplevel directory |
|
|
|
|
# Note: iproute2-2.6.23 doesn't require this hack! |
|
|
|
|
custextract=iproute2_extract |
|
|
|
|
iproute2_extract() { |
|
|
|
|
mkdir -p 'iproute2' |
|
|
|
|
taropt="-C iproute2 $taropt" |
|
|
|
|
autoextract_tar_bz2 "$@" |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
iproute2_postmake() { |
|
|
|
|
# libnetlink and related header files are not installed by default |
|
|
|
|
cp lib/libnetlink.a $root/$libdir/ |
|
|
|
|