view images/lfs-bootstrap/mnt/build/psmisc.sh @ 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 bcd2e358d57f
children 0bdce741ba83
line wrap: on
line source

#!/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 &&
sed -i '/#error /d' src/peekfd.c &&

./configure --prefix=/usr --disable-nls &&
make -j $CPUS &&
make install