diff --git a/buildout/software-profiles/subversion.cfg b/buildout/software-profiles/subversion.cfg index 1bb90f1122464d98487ac4eff87a265de22a69de..37d06551acbc2d68c465ebf4908503f97cb3ca33 100644 --- a/buildout/software-profiles/subversion.cfg +++ b/buildout/software-profiles/subversion.cfg @@ -3,29 +3,35 @@ extends = ../software-profiles/apache.cfg ../software-profiles/libdb.cfg ../software-profiles/libexpat.cfg - ../software-profiles/serf.cfg ../software-profiles/sqlite3.cfg ../software-profiles/zlib.cfg - ../software-profiles/openssl.cfg + ../software-profiles/neon.cfg ../software-profiles/libuuid.cfg parts = subversion +[subversion-1.6.0-disable_linking_against_unneeded_libraries] +recipe = hexagonit.recipe.download +download-only = true +filename = ${:_buildout_section_name_}.patch +url = http://sources.gentoo.org/cgi-bin/viewvc.cgi/gentoo-x86/dev-vcs/subversion/files/subversion-1.6.0-disable_linking_against_unneeded_libraries.patch?revision=1.1 +md5sum = 8d911ec2422dc4c08a00693ac915a07a + [subversion] recipe = hexagonit.recipe.cmmi url = http://subversion.tigris.org/downloads/subversion-1.6.13.tar.bz2 md5sum = 7ae1c827689f21cf975804005be30aeb +patches = + ${subversion-1.6.0-disable_linking_against_unneeded_libraries:location}/${subversion-1.6.0-disable_linking_against_unneeded_libraries:filename} configure-options = --with-apr=${apache:location}/bin/apr-1-config --with-apr-util=${apache:location}/bin/apu-1-config --with-apxs=${apache:location}/bin/apxs --with-zlib=${zlib:location} --with-sqlite=${sqlite3:location} + --with-neon=${neon:location} --without-berkeley-db - --without-neon - --without-ssl --without-sasl - --with-serf=${serf:location} --without-apr_memcache --without-gnome-keyring --without-kwallet @@ -40,4 +46,4 @@ configure-options = environment = CPPFLAGS=-I${libexpat:location}/include -I${libuuid:location}/include - LDFLAGS=-L${libexpat:location}/lib -Wl,-rpath -Wl,${zlib:location}/lib -Wl,-rpath -Wl,${sqlite3:location}/lib -Wl,-rpath -Wl,${serf:location}/lib -Wl,-rpath -Wl,${openssl:location}/lib -L${libuuid:location}/lib -Wl,-rpath -Wl,${libuuid:location}/lib + LDFLAGS=-L${libexpat:location}/lib -Wl,-rpath -Wl,${zlib:location}/lib -Wl,-rpath -Wl,${sqlite3:location}/lib -Wl,-rpath -Wl,${neon:location}/lib -Wl,-rpath -Wl,${apache:location}/lib -L${libuuid:location}/lib -Wl,-rpath -Wl,${libuuid:location}/lib