comparison sources/control-images/lfs-bootstrap/mnt/build/psmisc.sh @ 1301:42fd798bbe3e

Make more of the LFS build actually build.
author Rob Landley <rob@landley.net>
date Mon, 22 Nov 2010 17:53:17 -0600
parents c054a7a36cd9
children
comparison
equal deleted inserted replaced
1300:a80d7f256ff9 1301:42fd798bbe3e
2 2
3 # Another bugfix that you'd think would be a patch, but no... 3 # Another bugfix that you'd think would be a patch, but no...
4 4
5 sed -i 's@#include<sys\/usr.h>@#include <bits\/types.h>\&@' configure && 5 sed -i 's@#include<sys\/usr.h>@#include <bits\/types.h>\&@' configure &&
6 6
7 ./configure --prefix=/usr && 7 ./configure --prefix=/usr --disable-nls &&
8 make -j $CPUS && 8 make -j $CPUS &&
9 make install 9 make install