--- config/userspace/packages.lkc | 8 ++++++++ dist/lfs-5.1/boost/boost.spec | 8 ++++---- 2 files changed, 12 insertions(+), 4 deletions(-) Index: ltib-install-mpc-rdb/dist/lfs-5.1/boost/boost.spec =================================================================== --- ltib-install-mpc-rdb.orig/dist/lfs-5.1/boost/boost.spec 2009-07-06 16:46:15.000000000 +0200 +++ ltib-install-mpc-rdb/dist/lfs-5.1/boost/boost.spec 2010-09-29 10:54:03.684833878 +0200 @@ -2,22 +2,22 @@ Summary : c++ libraries Name : boost -Version : 1.39.0 +Version : 1.43.0 Release : 1 Vendor : ltib.org Packager : Stuart Hughes/Mike Goins Group : System Environment/Libraries -Source : %{name}_1_39_0.tar.bz2 +Source : %{name}_1_43_0.tar.bz2 License : Boost (distributable) BuildRoot : %{_tmppath}/%{name} Prefix : %{pfx} -Requires : bzip2. zlib +Requires : bzip2 zlib %Description %{summary} %Prep -%setup -n %{name}_1_39_0 +%setup -n %{name}_1_43_0 %Build export PATH=$UNSPOOF_PATH Index: ltib-install-mpc-rdb/config/userspace/packages.lkc =================================================================== --- ltib-install-mpc-rdb.orig/config/userspace/packages.lkc 2010-09-29 10:53:25.944841085 +0200 +++ ltib-install-mpc-rdb/config/userspace/packages.lkc 2010-09-29 10:54:03.684833878 +0200 @@ -237,6 +237,14 @@ decide which test is important and decide how to compare different systems after running it. +config PKG_BOOST + depends CAP_HAS_MMU + bool "boost" + select PKG_BZIP2 + select PKG_ZLIB + help + Boost provides free peer-reviewed portable C++ source libraries. + config PKG_BRIDGE_UTILS depends CAP_HAS_MMU bool "bridge-utils"