From: gobo72 Date: Thu, 28 Oct 2010 22:07:24 +0000 (+0000) Subject: Upgraded to iproute2-2.6.35 to fix compile error with new kernel X-Git-Url: http://gitweb.hugovil.com/?a=commitdiff_plain;h=9f167c53d66ee9595aa5a5a035a652eca1f55e12;hp=eb29a384d8d1bcb7efdb7ce9d41666f1bbe02d46;p=hvlinux.git Upgraded to iproute2-2.6.35 to fix compile error with new kernel --- diff --git a/packages-list b/packages-list index 525ddbe..c708d2f 100644 --- a/packages-list +++ b/packages-list @@ -221,7 +221,7 @@ INDENT="indent-2.2.10" INETUTILS="inetutils-1.7" INKSCAPE="inkscape-0.47" INTLTOOL="intltool-0.40.6" -IPROUTE2="iproute2-2.6.29-1" +IPROUTE2="iproute2-2.6.35" IPTABLES="iptables-1.3.8" ISO_CODES="iso-codes-3.11" diff --git a/stage2/cis-iproute2 b/stage2/cis-iproute2 index e42af37..866aca6 100755 --- a/stage2/cis-iproute2 +++ b/stage2/cis-iproute2 @@ -18,9 +18,10 @@ cd ${LFS_TMP}/${1} # remove the dependency on Berkeley DB by applying the sed command below sed -i '/^TARGETS/s@arpd@@g' misc/Makefile -make DESTDIR= +make DESTDIR= DOCDIR=/usr/share/doc/iproute2 \ + MANDIR=/usr/share/man -make DESTDIR= SBINDIR=/sbin MANDIR=/usr/share/man \ - DOCDIR=/usr/share/doc/${1} install +make DESTDIR= DOCDIR=/usr/share/doc/iproute2 \ + MANDIR=/usr/share/man install exit $?