mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-28 21:26:49 +00:00
grep:
- grep depends on pcre - cleanups
This commit is contained in:
parent
28ab6a12e9
commit
ff82ae66a1
@ -3,12 +3,11 @@
|
||||
. config/options
|
||||
|
||||
$SCRIPTS/build toolchain
|
||||
$SCRIPTS/build pcre
|
||||
|
||||
cd $PKG_BUILD
|
||||
./configure --host=$TARGET_NAME \
|
||||
--build=$HOST_NAME \
|
||||
--prefix=/usr \
|
||||
--enable-shared \
|
||||
--disable-static \
|
||||
|
||||
make
|
@ -2,5 +2,7 @@
|
||||
|
||||
. config/options
|
||||
|
||||
$SCRIPTS/install pcre
|
||||
|
||||
mkdir -p $INSTALL/usr/bin
|
||||
cp -P $PKG_BUILD/src/grep $INSTALL/usr/bin
|
||||
cp $PKG_BUILD/src/grep $INSTALL/usr/bin
|
||||
|
Loading…
x
Reference in New Issue
Block a user