Upgraded to iproute2-2.6.35 to fix compile error with new kernel
authorgobo72 <gobo72@364a67c3-989e-7be9-548d-dae8560ea662>
Thu, 28 Oct 2010 22:07:24 +0000 (22:07 +0000)
committergobo72 <gobo72@364a67c3-989e-7be9-548d-dae8560ea662>
Thu, 28 Oct 2010 22:07:24 +0000 (22:07 +0000)
packages-list
stage2/cis-iproute2

index 525ddbe..c708d2f 100644 (file)
@@ -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"
 
index e42af37..866aca6 100755 (executable)
@@ -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 $?