mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-29 13:46:49 +00:00
bzip2 CFLAGS -fPIC
This commit is contained in:
parent
a431300202
commit
f979a9f069
@ -26,7 +26,7 @@ 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
|
||||
make CC=$TARGET_CC RANLIB=$TARGET_RANLIB AR=$TARGET_AR CFLAGS="$CFLAGS -fPIC -DPIC" -f Makefile-libbz2_so
|
||||
ln -snf libbz2.so.1.0 libbz2.so
|
||||
|
||||
mkdir -p $SYSROOT_PREFIX/usr/include
|
||||
|
Loading…
x
Reference in New Issue
Block a user