mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-24 11:16:51 +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
|
||||
|
||||
CFLAGS="$CFLAGS -fPIC -DPIC"
|
||||
|
||||
cd $PKG_BUILD
|
||||
./configure --host=$TARGET_NAME \
|
||||
--build=$HOST_NAME \
|
||||
@ -46,4 +48,4 @@ mkdir -p $SYSROOT_PREFIX/usr/lib
|
||||
cp libelf/libelf.a $SYSROOT_PREFIX/usr/lib
|
||||
cp libdw/libdw.a $SYSROOT_PREFIX/usr/lib
|
||||
|
||||
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user