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:
6ff57d2
)
proot: Fix building with unified headers
author
Fredrik Fornwall
<fredrik@fornwall.net>
Wed, 28 Jun 2017 12:03:20 +0000
(14:03 +0200)
committer
Fredrik Fornwall
<fredrik@fornwall.net>
Wed, 28 Jun 2017 12:03:20 +0000
(14:03 +0200)
packages/proot/build.sh
patch
|
blob
|
blame
|
history
diff --git
a/packages/proot/build.sh
b/packages/proot/build.sh
index 19cdb828142617989739a32dfe7cbc25386dd2b5..fc9ac406205300d6f22c0f19e241e11a44e32b2b 100644
(file)
--- 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
termux_step_pre_configure() {
export LD=$CC
+ CPPFLAGS+=" -DARG_MAX=131072"
}
termux_step_make_install () {
}
termux_step_make_install () {