[pypy-commit] [OPEN] Pull request #27 for pypy/pypy: Another change necessary for FreeBSD build, so expat.h and libexpat.so can be found.

Bitbucket pullrequests-noreply at bitbucket.org
Fri Feb 10 20:14:36 CET 2012


A new pull request has been opened by Gabriel Lavoie.

glavoie/pypy has changes to be pulled into pypy/pypy.

https://bitbucket.org/pypy/pypy/pull-request/27/another-change-necessary-for-freebsd-build

Title: Another change necessary for FreeBSD build, so expat.h and libexpat.so can be found.

compiler.compile and compiler.link_executable should probably use the "augmented" library_dirs and include_dirs. This is necessary to support added dirs for darwin and freebsd (the latter added in this patch).

I know the "if" for freebsd is a bit ugly but it seems ctypes_configure doesn't have access to standard PyPy platform management in "pypy/translator/platform/". 

With this change, "tip" builds without any hiccup under FreeBSD 7 x64. 

Changes to be pulled:



--
This is an issue notification from bitbucket.org.
You are receiving this either because you are the participating
in a pull request, or you are following it.



More information about the pypy-commit mailing list