Browse Source

Clifford Wolf:


			
			
				rocklinux
			
			
		
Clifford Wolf 19 years ago
parent
commit
1a82768295
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      package/base/subversion/subversion.conf

+ 1
- 1
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 " " \

Loading…
Cancel
Save