proot: Fix building with unified headers

This commit is contained in:
Fredrik Fornwall
2017-06-28 14:03:20 +02:00
parent 6ff57d2e5f
commit 17f61a476b

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 () {