From: Henrik Grimler Date: Sun, 12 Nov 2017 11:45:08 +0000 (+0100) Subject: texlive-bin: avoid Oz to fix #1765 X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~mdw/git/termux-packages/commitdiff_plain/206fed09009fe61b88b52e96c7836f275e50bfa3?ds=sidebyside texlive-bin: avoid Oz to fix #1765 --- diff --git a/packages/texlive-bin/build.sh b/packages/texlive-bin/build.sh index 70a0e10d..15a071ef 100644 --- a/packages/texlive-bin/build.sh +++ b/packages/texlive-bin/build.sh @@ -125,6 +125,8 @@ opt/texlive/${TERMUX_PKG_VERSION:0:4}/texmf-dist/scripts/checkcites/checkcites.l termux_step_pre_configure() { # When building against libicu 59.1 or later we need c++11: CXXFLAGS+=" -std=c++11" + # Oz flag causes problems. See https://github.com/termux/termux-packages/issues/1765: + CFLAGS=${CFLAGS/Oz/O3} } termux_step_post_make_install () {