diff --git a/package/base/subversion/subversion.conf b/package/base/subversion/subversion.conf index 5767694ee..c3a82f9be 100644 --- a/package/base/subversion/subversion.conf +++ b/package/base/subversion/subversion.conf @@ -45,7 +45,7 @@ pkginstalled sun-jdk14 && var_append extraconfopt " " "--enable-javahl --with-jd if pkginstalled apache; then apacheprefix=${ROCKCFG_PKG_APACHE_PREFIX:-opt/apache} var_append extraconfopt " " "--with-apxs=/$apacheprefix/sbin/apxs \ - --with-apr=/$apacheprefix/bin/apr-config --with-apr-util=/$apacheprefix \ + --with-apr=/$apacheprefix/bin/apr-1-config --with-apr-util=/$apacheprefix \ --disable-mod-activation" if [ "$ROCKCFG_PKG_APACHE_BDB" ] ; then var_append extraconfopt " " \