Browse Source

Tobias Hintze:


			
			
				rocklinux
			
			
		
Tobias Hintze 17 years ago
parent
commit
1b092c706b
1 changed files with 2 additions and 0 deletions
  1. +2
    -0
      package/base/subversion/subversion.conf

+ 2
- 0
package/base/subversion/subversion.conf

@ -35,6 +35,8 @@ svn_extract()
# use system wide neon # use system wide neon
pkginstalled neon && var_append extraconfopt " " "--with-neon=$root/usr" pkginstalled neon && var_append extraconfopt " " "--with-neon=$root/usr"
pkginstalled neon && var_append extraconfopt " " "--disable-neon-version-check"
# please double-check this one: # please double-check this one:
# pkginstalled apache:apr && var_append extraconfopt " " "--with-apr=$root/usr" # pkginstalled apache:apr && var_append extraconfopt " " "--with-apr=$root/usr"
pkginstalled sun-jdk14 && var_append extraconfopt " " "--enable-javahl --with-jdk=`ls -d1R $root/opt/j2sdk1.4*`" pkginstalled sun-jdk14 && var_append extraconfopt " " "--enable-javahl --with-jdk=`ls -d1R $root/opt/j2sdk1.4*`"

Loading…
Cancel
Save