bzip2: cleanups

Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
Stephan Raue 2010-11-13 14:30:39 +01:00
parent dd39f7d43c
commit 69b0873ff4
2 changed files with 2 additions and 10 deletions

View File

@ -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

View File

@ -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