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] [buildout]
extends = extends =
../software-profiles/libexpat.cfg ../software-profiles/apache.cfg
../software-profiles/neon.cfg
../software-profiles/openssl.cfg
../software-profiles/subversion.cfg ../software-profiles/subversion.cfg
parts = parts =
...@@ -18,8 +16,5 @@ include-dirs = ...@@ -18,8 +16,5 @@ include-dirs =
library-dirs = library-dirs =
${subversion:location}/lib ${subversion:location}/lib
${apache:location}/lib ${apache:location}/lib
${neon:location}/lib
${libexpat:location}/lib
${openssl:location}/lib
# heavily patched version that supports --include-dirs and --library-dirs # 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): ...@@ -1454,20 +1454,14 @@ class AssertPysvn(AssertSoftwareMixin):
python_version_major, python_version_minor), [ python_version_major, python_version_minor), [
'libc', 'libc',
'libcom_err', 'libcom_err',
'libexpat',
'libgcc_s', 'libgcc_s',
'libm', 'libm',
'libneon',
'libresolv', 'libresolv',
'libssl',
'libstdc++', 'libstdc++',
'libsvn_client-1', 'libsvn_client-1',
'libsvn_diff-1', 'libsvn_diff-1',
'libsvn_repos-1', 'libsvn_repos-1',
], [ ], [
'libexpat',
'neon',
'openssl',
'subversion' '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