chiark
/
gitweb
/
~mdw
/
termux-packages
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
|
inline
| side by side (parent:
88e4171
)
texlive-bin: avoid Oz to fix #1765
author
Henrik Grimler
<Henrik@Grimler.se>
Sun, 12 Nov 2017 11:45:08 +0000
(12:45 +0100)
committer
Fredrik Fornwall
<fredrik@fornwall.net>
Sun, 12 Nov 2017 19:21:33 +0000
(20:21 +0100)
packages/texlive-bin/build.sh
patch
|
blob
|
blame
|
history
diff --git
a/packages/texlive-bin/build.sh
b/packages/texlive-bin/build.sh
index 70a0e10d1c548c3844f2b1ba02157a5ac3c65bb0..15a071efbbc76b810ff47c83151d50c42f3a8ac8 100644
(file)
--- 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"
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 () {
}
termux_step_post_make_install () {