From: Fredrik Fornwall Date: Sun, 21 Jun 2015 10:34:36 +0000 (-0400) Subject: Remove outdated workaround for building subversion X-Git-Url: https://git.distorted.org.uk/~mdw/termux-packages/commitdiff_plain/25a5638bb0aafd2646530d9ad81c564c835b9b36?ds=inline Remove outdated workaround for building subversion --- diff --git a/packages/subversion/build.sh b/packages/subversion/build.sh index 3d70b599..3be96083 100644 --- 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"