summaryrefslogtreecommitdiff
path: root/data/subversion/make.sh
diff options
context:
space:
mode:
Diffstat (limited to 'data/subversion/make.sh')
-rw-r--r--data/subversion/make.sh7
1 files changed, 7 insertions, 0 deletions
diff --git a/data/subversion/make.sh b/data/subversion/make.sh
new file mode 100644
index 000000000..5a8174953
--- /dev/null
+++ b/data/subversion/make.sh
@@ -0,0 +1,7 @@
+tar -jxvf "${PKG_DATA}/subversion-1.4.6.tar.bz2"
+cd subversion-1.4.6
+pkg:patch
+autoconf
+CFLAGS="-DSVN_NEON_0_25 -DSVN_NEON_0_26" pkg:configure --enable-maintainer-mode --disable-keychain --with-neon="${PKG_ROOT}/usr" --with-apr="$(PKG_WORK_ apr)/apr-1.2.12" --with-apr-util="$(PKG_WORK_ apr-util)/apr-util-1.2.12"
+make
+pkg:install