mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-28 13:16:41 +00:00
fontconfig: fix build
Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
parent
16d7b5a941
commit
bae8c36ff8
@ -36,7 +36,6 @@ PKG_IS_ADDON="no"
|
|||||||
PKG_AUTORECONF="yes"
|
PKG_AUTORECONF="yes"
|
||||||
|
|
||||||
PKG_CONFIGURE_OPTS_TARGET="--with-arch=$TARGET_ARCH \
|
PKG_CONFIGURE_OPTS_TARGET="--with-arch=$TARGET_ARCH \
|
||||||
--with-freetype-config=$ROOT/$TOOLCHAIN/bin/freetype-config \
|
|
||||||
--with-default-fonts=/usr/share/fonts/liberation \
|
--with-default-fonts=/usr/share/fonts/liberation \
|
||||||
--without-add-fonts \
|
--without-add-fonts \
|
||||||
--disable-dependency-tracking \
|
--disable-dependency-tracking \
|
||||||
@ -46,6 +45,8 @@ pre_configure_target() {
|
|||||||
# ensure we dont use '-O3' optimization.
|
# ensure we dont use '-O3' optimization.
|
||||||
CFLAGS=`echo $CFLAGS | sed -e "s|-O3|-O2|"`
|
CFLAGS=`echo $CFLAGS | sed -e "s|-O3|-O2|"`
|
||||||
CXXFLAGS=`echo $CXXFLAGS | sed -e "s|-O3|-O2|"`
|
CXXFLAGS=`echo $CXXFLAGS | sed -e "s|-O3|-O2|"`
|
||||||
|
CFLAGS="$CFLAGS -I$ROOT/$PKG_BUILD"
|
||||||
|
CXXFLAGS="$CXXFLAGS -I$ROOT/$PKG_BUILD"
|
||||||
}
|
}
|
||||||
|
|
||||||
post_makeinstall_target() {
|
post_makeinstall_target() {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user