2002-09-21 00:44:21 by Johnny C. Lam | Files touched by this commit (4) |
Log message:
Python extensions also install headers into ${PYINC}, so we can't just
assume all of those headers belong to the python package. We use the trick
for kdelibs2 and generate the BUILDLINK_FILES list from the PLIST.
|
2002-09-21 00:33:31 by Johnny C. Lam | Files touched by this commit (4) |
Log message:
Add buildlink2.mk file for use by other package Makefiles, and by
python/pyversion.mk in particular.
|
2002-04-15 14:10:50 by Matthias Drochner | Files touched by this commit (3) | |
Log message:
update to 2.1.3
This is a pure buxfix release.
|
2002-04-09 06:23:23 by Johnny C. Lam | Files touched by this commit (2) |
Log message:
Uses spaces instead of tabs to match the rest of the file (not sure if it
matters, and I don't want to chance it).
|
2002-04-09 06:14:41 by Johnny C. Lam | Files touched by this commit (4) |
Log message:
Teach the extension building process about buildlink, and allow passing
LDFLAGS to the linker command when linking a python extension. This lets
us pass the right flags to correctly find libraries required for certain
extensions, e.g. zlib.so.
Also explicitly comment out a few extensions that aren't being built and
should never be.
|