New submission from Antoine Brodin.FreeBSD:
Hi,
On FreeBSD -current, clang 3.4 is now the default compiler.
Clang 3.4 rejects "-R/path/to/lib" flag (previously in version 3.3 it just
ignored it).
This leads to some errors with some python extensions:
cc -shared -O2 -pipe -
Antoine Brodin.FreeBSD added the comment:
For the python-ldap extension, this seems to be a buglet in its setup.cfg, it
lists /usr/lib in library_dirs and /usr/include in library_dirs
For the others, /usr/local/lib is not in the default library search path (only
/lib and /usr/lib) so at least