From: Fredrik Fornwall Date: Wed, 28 Jun 2017 12:03:20 +0000 (+0200) Subject: proot: Fix building with unified headers X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~mdw/git/termux-packages/commitdiff_plain/17f61a476bc2db5556cd979d8044dc42a0bf89ef?ds=sidebyside proot: Fix building with unified headers --- diff --git a/packages/proot/build.sh b/packages/proot/build.sh index 19cdb828..fc9ac406 100644 --- a/packages/proot/build.sh +++ b/packages/proot/build.sh @@ -11,6 +11,7 @@ TERMUX_PKG_DEPENDS="libtalloc" termux_step_pre_configure() { export LD=$CC + CPPFLAGS+=" -DARG_MAX=131072" } termux_step_make_install () {