|
|
|
@ -26,7 +26,7 @@ iproute2_extract() {
|
|
|
|
|
autoextract_tar_bz2 "$@" |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
ipr2_pm() { |
|
|
|
|
iproute2_postmake() { |
|
|
|
|
$CC $confdir/ipnm2nwbc.c -o $root/$sbindir/ipnm2nwbc |
|
|
|
|
cp $confdir/dumpnetcfg.sh $root/$sbindir/dumpnetcfg |
|
|
|
|
chmod +x $root/$sbindir/dumpnetcfg |
|
|
|
@ -36,7 +36,7 @@ var_append makeopt " " "KERNEL_INCLUDE=$root/usr/include"
|
|
|
|
|
var_append makeopt " " "LIBC_INCLUDE=$root/usr/include" |
|
|
|
|
var_append makeinstopt " " "SBINDIR=$sbindir" |
|
|
|
|
|
|
|
|
|
hook_add postmake 5 "ipr2_pm" |
|
|
|
|
hook_add postmake 5 "iproute2_postmake" |
|
|
|
|
|
|
|
|
|
pkginstalled bdb33 && atstage native || \ |
|
|
|
|
var_append patchfiles ' ' $confdir/bdb_unavailable.diff |
|
|
|
|