]> Untitled Git - hvlinux.git/commitdiff
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 525ddbea6f397d0de3aa26bd8de4c8f7944a18fb..c708d2fac6aa79d5b201b599eaa45594f7944597 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 e42af37649afd55ad7ab2ec3a5b6e3b6399b0001..866aca6a33e66b970b9596d21caa122d1b7832c5 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 $?