mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-24 11:16:51 +00:00
various fixes to FONTCONFIG
This commit is contained in:
parent
541b7b26b6
commit
3a1e9a1dfa
@ -20,6 +20,12 @@ cd $PKG_BUILD
|
||||
--without-add-fonts \
|
||||
--disable-dependency-tracking \
|
||||
--disable-docs
|
||||
|
||||
for m in fc-case fc-glyphname fc-lang fc-arch; do
|
||||
sed -i "s|LDFLAGS =.*|LDFLAGS =|" $m/Makefile
|
||||
sed -i "s|CFLAGS =.*|CFLAGS =${HOST_CFLAGS}|" $m/Makefile
|
||||
done
|
||||
|
||||
$MAKE
|
||||
|
||||
$MAKEINSTALL
|
||||
|
Loading…
x
Reference in New Issue
Block a user