CDRDAO="cdrdao-1.2.2"
CKERMIT="ckermit-8.0.211"
CLAMAV="clamav-0.93.3"
-CLOOG_PPL="cloog-ppl-0.15.9"
+CLOOG_PPL="cloog-ppl-0.15.10"
CONSOLEKIT="ConsoleKit-0.4.1"
COREUTILS="coreutils-8.5"
CPIO="cpio-2.9"
GAWK="gawk-3.1.8"
GC="gc6.8"
-GCC="gcc-4.5.1"
+GCC="gcc-4.5.2"
# Specify bug-fixing patches manually
#GCC_PATCHES="branch_update-1"
GDB="gdb-6.4"
KBD="kbd-1.15.2"
KERBEROS5="krb5-1.4.1"
-KERNEL="linux-2.6.36"
+KERNEL="linux-2.6.37.1"
KVM="kvm-84"
LAME="lame-398-2"
PCIUTILS="pciutils-3.1.4"
PCMANFM="pcmanfm-0.5"
PCRE="pcre-8.00"
-PERL="perl-5.12.1"
+PERL="perl-5.12.2"
PERL_MOD_PDL="PDL-2.4.6"
PERL_MOD_PARSE_REDESCENT="Parse-RecDescent-1.965001"
PERL_MOD_XML_WRITER="XML-Writer-0.606"
case "${HVL_TARGET}" in
"x86_64")
# Apply the following patch so that GCC links to /lib instead of /lib64:
- apply_patch ${PACKAGE}-pure64-2.patch ${PACKAGE}
+ apply_patch ${PACKAGE}-pure64-1.patch ${PACKAGE}
;;
esac
}
hvbuild()
{
cd ${LFS_TMP}/${PACKAGE}
-
+
+ # DESTDIR=
+ # This ensures that the IPRoute2 binaries will install into the correct
+ # directory. By default, DESTDIR is set to /usr.
make DESTDIR=
- make DESTDIR= SBINDIR=/sbin DOCDIR=/usr/share/doc/iproute2 MANDIR=/usr/share/man install
+ make DESTDIR= SBINDIR=/sbin DOCDIR=/usr/share/doc/iproute2 \
+ MANDIR=/usr/share/man install
}
hvbuild_post()
unset SBINDIR
unset DOCDIR
unset MANDIR
-
- cd bozo
}