mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-24 11:16:51 +00:00
bzip2: cleanups
Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
parent
dd39f7d43c
commit
69b0873ff4
@ -4,6 +4,8 @@
|
||||
|
||||
cd $PKG_BUILD
|
||||
|
||||
sed -e "s,ln -s (lib.*),ln -snf \$$1; ln -snf libbz2.so.$PKG_VERSION libbz2.so,g" -i Makefile-libbz2_so
|
||||
|
||||
make CC=$TARGET_CC RANLIB=$TARGET_RANLIB AR=$TARGET_AR -f Makefile-libbz2_so
|
||||
ln -snf libbz2.so.1.0 libbz2.so
|
||||
|
||||
|
@ -1,10 +0,0 @@
|
||||
#!/bin/sh
|
||||
|
||||
. config/options $1
|
||||
|
||||
SRC_DIR=`ls -d $PKG_BUILD`
|
||||
|
||||
BZIP2_VERSION=1.0.5
|
||||
|
||||
sed -i -e "s,ln -s (lib.*),ln -snf \$$1; ln -snf libbz2.so.$BZIP2_VERSION libbz2.so,g" \
|
||||
$SRC_DIR/Makefile-libbz2_so
|
Loading…
x
Reference in New Issue
Block a user