diff --git a/network/iproute2/iproute2.conf b/network/iproute2/iproute2.conf index 42b8ffa45..ea2b831b8 100644 --- a/network/iproute2/iproute2.conf +++ b/network/iproute2/iproute2.conf @@ -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