summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorDaniel Selinger2015-11-07 01:48:59 +0100
committerDaniel Selinger2015-11-07 01:48:59 +0100
commitc72e9094b1f4ff57f374fecb48cfadc210a01b07 (patch)
treeea3af8bd1e756d7771588775657a4d1a1726e7b2 /PKGBUILD
parentf86e1b72bf54b7ddbcf4f9f932de96014583328e (diff)
downloadaur-subversion-1.6.tar.gz
added --with-jdk configure option
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 3b3a7fe6693d..6999b6390c79 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@
pkgname=subversion-1.6
_pkgname=subversion
pkgver=1.6.23
-pkgrel=3
+pkgrel=4
pkgdesc="A Modern Concurrent Version Control System"
arch=('i686' 'x86_64')
license=('APACHE')
@@ -38,7 +38,7 @@ build() {
./configure --prefix=/usr --with-apr=/usr --with-apr-util=/usr \
--with-zlib=/usr --with-neon=/usr --without-apxs \
--with-sqlite=/usr --with-berkeley-db=:/usr/include/:/usr/lib:db-5.3 \
- --enable-javahl --with-gnome-keyring --with-kwallet
+ --enable-javahl --with-gnome-keyring --with-kwallet --with-jdk=/usr/lib/jvm/default
make external-all
make LT_LDFLAGS="-L$Fdestdir/usr/lib" local-all