summaryrefslogtreecommitdiff
path: root/lang/python21/patches/patch-ad
AgeCommit message (Collapse)AuthorFilesLines
2002-04-09Teach the extension building process about buildlink, and allow passingjlam1-0/+23
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.