2010-05-02 16:18:05 +02:00
|
|
|
#!/bin/sh
|
|
|
|
|
|
|
|
|
|
. config/options
|
|
|
|
|
|
|
|
|
|
$SCRIPTS/build toolchain
|
2010-05-24 13:20:27 +02:00
|
|
|
$SCRIPTS/build pcre
|
2010-05-02 16:18:05 +02:00
|
|
|
|
|
|
|
|
cd $PKG_BUILD
|
|
|
|
|
./configure --host=$TARGET_NAME \
|
|
|
|
|
--build=$HOST_NAME \
|
|
|
|
|
--prefix=/usr \
|
|
|
|
|
|
2010-06-14 01:28:04 +02:00
|
|
|
make
|