From 8193c6046fb2327abc1e29b18debd7bdf5f1d2f7 Mon Sep 17 00:00:00 2001 From: Christian Wiese Date: Tue, 15 Jan 2008 03:30:06 +0200 Subject: [PATCH] Reorganised iproute2.conf by moving makeopt's to the top --- network/iproute2/iproute2.conf | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/network/iproute2/iproute2.conf b/network/iproute2/iproute2.conf index ea2b831b8..3f20f0291 100644 --- a/network/iproute2/iproute2.conf +++ b/network/iproute2/iproute2.conf @@ -17,6 +17,10 @@ prefix= set_confopt +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 @@ -31,11 +35,6 @@ iproute2_postmake() { cp $confdir/dumpnetcfg.sh $root/$sbindir/dumpnetcfg chmod +x $root/$sbindir/dumpnetcfg } - -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 "iproute2_postmake" pkginstalled bdb33 && atstage native || \