changeset 7:156c020be180

Gratuitously breaking the build on big endian mips, when there are no obvious endianness issues, makes no sense.
author Rob Landley <rob@landley.net>
date Sat, 17 Sep 2011 23:08:29 -0500
parents dc3d5c66e336
children 3db62f3c2ac3
files images/lfs-bootstrap/mnt/build/psmisc.sh
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/images/lfs-bootstrap/mnt/build/psmisc.sh	Sat Sep 17 00:53:33 2011 -0500
+++ b/images/lfs-bootstrap/mnt/build/psmisc.sh	Sat Sep 17 23:08:29 2011 -0500
@@ -3,6 +3,7 @@
 # Another bugfix that you'd think would be a patch, but no...
 
 sed -i 's@#include<sys\/usr.h>@#include <bits\/types.h>\&@' configure &&
+sed -i '/#error /d' src/peekfd.c &&
 
 ./configure --prefix=/usr --disable-nls &&
 make -j $CPUS &&