summaryrefslogtreecommitdiff
path: root/data/subversion/make.sh
diff options
context:
space:
mode:
authorJay Freeman <saurik@saurik.com>2008-02-03 13:17:06 +0000
committerJay Freeman <saurik@saurik.com>2008-02-03 13:17:06 +0000
commit0a4dbba6f4b011d1d6a41e267be4e218417b4dac (patch)
tree3f35beb1cad52b54b4ccbad4194f269aad4fe1dc /data/subversion/make.sh
parent13921047261350e701bd1415e481c6e3c0968063 (diff)
Many fixes for Name, Section, and mDNSResponder.
git-svn-id: http://svn.telesphoreo.org/trunk@57 514c082c-b64e-11dc-b46d-3d985efe055d
Diffstat (limited to 'data/subversion/make.sh')
-rw-r--r--data/subversion/make.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/data/subversion/make.sh b/data/subversion/make.sh
index 5a8174953..8ac64fcd3 100644
--- a/data/subversion/make.sh
+++ b/data/subversion/make.sh
@@ -1,5 +1,5 @@
-tar -jxvf "${PKG_DATA}/subversion-1.4.6.tar.bz2"
-cd subversion-1.4.6
+pkg:extract
+cd *
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"