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:
5b8bb72
)
Remove outdated workaround for building subversion
author
Fredrik Fornwall
<fredrik@fornwall.net>
Sun, 21 Jun 2015 10:34:36 +0000
(06:34 -0400)
committer
Fredrik Fornwall
<fredrik@fornwall.net>
Sun, 21 Jun 2015 10:34:36 +0000
(06:34 -0400)
packages/subversion/build.sh
patch
|
blob
|
blame
|
history
diff --git
a/packages/subversion/build.sh
b/packages/subversion/build.sh
index 3d70b599d83b8b9ef988088d8493cd2ac7e9ece6..3be960835fc3e22008d8d17bc30cb9a8a03654ca 100644
(file)
--- a/
packages/subversion/build.sh
+++ b/
packages/subversion/build.sh
@@
-4,6
+4,3
@@
TERMUX_PKG_VERSION=1.8.13
TERMUX_PKG_SRCURL=http://apache.mirrors.spacedump.net/subversion/subversion-${TERMUX_PKG_VERSION}.tar.bz2
TERMUX_PKG_DEPENDS="apr, apr-util, serf, libexpat, libsqlite"
TERMUX_PKG_EXTRA_CONFIGURE_ARGS="--without-sasl --without-libmagic"
-
-# subversion compiles with std=c90, but the NDK asm/byteorder.h uses C99 inline:
-CFLAGS+=" -std=c99"