- grep depends on pcre
- cleanups
This commit is contained in:
Stephan Raue 2010-05-24 13:20:27 +02:00
parent 28ab6a12e9
commit ff82ae66a1
2 changed files with 4 additions and 3 deletions

View File

@ -3,12 +3,11 @@
. config/options . config/options
$SCRIPTS/build toolchain $SCRIPTS/build toolchain
$SCRIPTS/build pcre
cd $PKG_BUILD cd $PKG_BUILD
./configure --host=$TARGET_NAME \ ./configure --host=$TARGET_NAME \
--build=$HOST_NAME \ --build=$HOST_NAME \
--prefix=/usr \ --prefix=/usr \
--enable-shared \
--disable-static \
make make

View File

@ -2,5 +2,7 @@
. config/options . config/options
$SCRIPTS/install pcre
mkdir -p $INSTALL/usr/bin mkdir -p $INSTALL/usr/bin
cp -P $PKG_BUILD/src/grep $INSTALL/usr/bin cp $PKG_BUILD/src/grep $INSTALL/usr/bin