mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-28 05:06:43 +00:00
elfutils: build with '-fPIC -DPIC'
Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
parent
873a47a1e3
commit
c8eb174388
@ -24,6 +24,8 @@
|
|||||||
|
|
||||||
strip_lto
|
strip_lto
|
||||||
|
|
||||||
|
CFLAGS="$CFLAGS -fPIC -DPIC"
|
||||||
|
|
||||||
cd $PKG_BUILD
|
cd $PKG_BUILD
|
||||||
./configure --host=$TARGET_NAME \
|
./configure --host=$TARGET_NAME \
|
||||||
--build=$HOST_NAME \
|
--build=$HOST_NAME \
|
||||||
@ -46,4 +48,4 @@ mkdir -p $SYSROOT_PREFIX/usr/lib
|
|||||||
cp libelf/libelf.a $SYSROOT_PREFIX/usr/lib
|
cp libelf/libelf.a $SYSROOT_PREFIX/usr/lib
|
||||||
cp libdw/libdw.a $SYSROOT_PREFIX/usr/lib
|
cp libdw/libdw.a $SYSROOT_PREFIX/usr/lib
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user