diff sources/control-images/lfs-bootstrap/mnt/build/psmisc.sh @ 1288:c054a7a36cd9

Add rather a lot of Linux From Scratch 6.7 building infrastructure. Needs a bit more debugging.
author Rob Landley <rob@landley.net>
date Wed, 17 Nov 2010 22:09:19 -0600
parents
children 42fd798bbe3e
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/sources/control-images/lfs-bootstrap/mnt/build/psmisc.sh	Wed Nov 17 22:09:19 2010 -0600
@@ -0,0 +1,9 @@
+#!/bin/sh
+
+# Another bugfix that you'd think would be a patch, but no...
+
+sed -i 's@#include<sys\/usr.h>@#include <bits\/types.h>\&@' configure &&
+
+./configure --prefix=/usr &&
+make -j $CPUS &&
+make install