mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-27 20:56:55 +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 \
|
--without-add-fonts \
|
||||||
--disable-dependency-tracking \
|
--disable-dependency-tracking \
|
||||||
--disable-docs
|
--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
|
$MAKE
|
||||||
|
|
||||||
$MAKEINSTALL
|
$MAKEINSTALL
|
||||||
|
Loading…
x
Reference in New Issue
Block a user