Commit 98f41fd1 authored by Kazuhiko Shiozaki's avatar Kazuhiko Shiozaki

pysvn-1.7.4nxd002:

* no need to try to find neon, expat and ssl, because they should be already linked in libsvn_client-1.so.


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@40648 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent d76945aa
[buildout]
extends =
../software-profiles/libexpat.cfg
../software-profiles/neon.cfg
../software-profiles/openssl.cfg
../software-profiles/apache.cfg
../software-profiles/subversion.cfg
parts =
......@@ -18,8 +16,5 @@ include-dirs =
library-dirs =
${subversion:location}/lib
${apache:location}/lib
${neon:location}/lib
${libexpat:location}/lib
${openssl:location}/lib
# heavily patched version that supports --include-dirs and --library-dirs
find-links = http://www.nexedi.org/static/packages/source/pysvn-1.7.4nxd001.tar.gz
find-links = http://www.nexedi.org/static/packages/source/pysvn-1.7.4nxd002.tar.gz
......@@ -1454,20 +1454,14 @@ class AssertPysvn(AssertSoftwareMixin):
python_version_major, python_version_minor), [
'libc',
'libcom_err',
'libexpat',
'libgcc_s',
'libm',
'libneon',
'libresolv',
'libssl',
'libstdc++',
'libsvn_client-1',
'libsvn_diff-1',
'libsvn_repos-1',
], [
'libexpat',
'neon',
'openssl',
'subversion'
])
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment