proot: Fix building with unified headers

This commit is contained in:
Fredrik Fornwall 2017-06-28 14:03:20 +02:00
parent 44e6b2b725
commit fe345c004c

View File

@ -11,6 +11,7 @@ TERMUX_PKG_DEPENDS="libtalloc"
termux_step_pre_configure() {
export LD=$CC
CPPFLAGS+=" -DARG_MAX=131072"
}
termux_step_make_install () {