Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Don't define search path for includes and libs
Compilers' and linkers' default search paths are fine on modern Linux. The custom search path was wrong on 32bit platforms anyway. When library_dirs is defined, distutils also adds rpath to the shared library. An rpath should not be added by default. I only commented out the configuration stanzes to keep them as example. Closes: https://github.com/python-ldap/python-ldap/issues/30 Signed-off-by: Christian Heimes <cheimes@redhat.com>
- Loading branch information