#!/bin/bash
cd $LFS/usr/src/patch-*/ ||exit

#only on PowerPC: CPPFLAGS=-D_GNU_SOURCE
./configure --prefix=/prelfs &&
make &&
make install
