summaryrefslogtreecommitdiff
path: root/package/subversion/Makefile
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2014-01-08 18:25:39 +0100
committerWaldemar Brodkorb <wbx@openadk.org>2014-01-08 18:25:39 +0100
commitd58941da8b451b4abd483866cabe5d54dfaf6c08 (patch)
tree1dba1e643b888f8c87671346230327c492d1811d /package/subversion/Makefile
parent6713bcc9630b526608fdbda6658d07dd157d0e7b (diff)
typo, should better test before pushing to hudson build
Diffstat (limited to 'package/subversion/Makefile')
-rw-r--r--package/subversion/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/package/subversion/Makefile b/package/subversion/Makefile
index c07046a89..ee90999d2 100644
--- a/package/subversion/Makefile
+++ b/package/subversion/Makefile
@@ -5,7 +5,7 @@ include ${TOPDIR}/rules.mk
PKG_NAME:= subversion
PKG_VERSION:= 1.7.8
-PKG_RELEASE:= 2
+PKG_RELEASE:= 3
PKG_MD5SUM:= 17fe81c30fe0f785b2100ebadb3dc580
PKG_DESCR:= revision control program
PKG_SECTION:= scm
@@ -31,7 +31,7 @@ CONFIGURE_ARGS+= --with-apr=${STAGING_TARGET_DIR}/usr/bin/apr-1-config \
--without-jdk \
--disable-javahl \
--without-berkeley-db
-CONFIGURE_ENV+= LIBS='-lsqlite3 -laprutil-1 -lapr-1 -lexpat -liconv -tinfo'
+CONFIGURE_ENV+= LIBS='-lsqlite3 -laprutil-1 -lapr-1 -lexpat -liconv -ltinfo'
INSTALL_TARGET:= external-install local-install
subversion-install: