mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-28 13:16:41 +00:00
libfontenc: fix 64bit build
Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
parent
14ab6a420f
commit
c146fcb1d8
@ -22,6 +22,11 @@
|
|||||||
|
|
||||||
. config/options $1
|
. config/options $1
|
||||||
|
|
||||||
|
if [ "$TARGET_ARCH" = x86_64 -o "$TARGET_ARCH" = arm ]; then
|
||||||
|
CFLAGS="$CFLAGS -fPIC"
|
||||||
|
LDFLAGS="$LDFLAGS -fPIC"
|
||||||
|
fi
|
||||||
|
|
||||||
cd $PKG_BUILD
|
cd $PKG_BUILD
|
||||||
./configure --host=$TARGET_NAME \
|
./configure --host=$TARGET_NAME \
|
||||||
--build=$HOST_NAME \
|
--build=$HOST_NAME \
|
||||||
|
Loading…
x
Reference in New Issue
Block a user