From a2931b303109bbee443c5d9b90432e2ec68d56cc Mon Sep 17 00:00:00 2001 From: Fredrik Fornwall Date: Thu, 2 Nov 2017 01:07:55 +0100 Subject: [PATCH] fontconfig: Fix building under ubuntu 17.10 --- packages/fontconfig/build.sh | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/packages/fontconfig/build.sh b/packages/fontconfig/build.sh index dfba3d25..42a43bca 100644 --- a/packages/fontconfig/build.sh +++ b/packages/fontconfig/build.sh @@ -13,3 +13,8 @@ TERMUX_PKG_EXTRA_CONFIGURE_ARGS=" --with-default-fonts=/system/fonts --with-add-fonts=$TERMUX_PREFIX/share/fonts " + +termux_step_pre_configure() { + # https://bugs.freedesktop.org/show_bug.cgi?id=101280 + rm src/fcobjshash.h +} -- 2.11.0