mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-29 13:46:49 +00:00
libfontenc: build with -fPIC -DPIC flags
Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
parent
d741f56c14
commit
ff54168607
@ -22,10 +22,7 @@
|
||||
|
||||
. config/options $1
|
||||
|
||||
if [ "$TARGET_ARCH" = x86_64 -o "$TARGET_ARCH" = arm ]; then
|
||||
CFLAGS="$CFLAGS -fPIC"
|
||||
LDFLAGS="$LDFLAGS -fPIC"
|
||||
fi
|
||||
CFLAGS="$CFLAGS -fPIC -DPIC"
|
||||
|
||||
cd $PKG_BUILD
|
||||
./configure --host=$TARGET_NAME \
|
||||
|
Loading…
x
Reference in New Issue
Block a user