Subject: CVS commit: pkgsrc/lang/python22
To: None <pkgsrc-changes@netbsd.org>
From: Johnny C. Lam <jlam@netbsd.org>
List: pkgsrc-changes
Date: 04/09/2002 07:33:22
Module Name: pkgsrc
Committed By: jlam
Date: Tue Apr 9 04:33:21 UTC 2002
Modified Files:
pkgsrc/lang/python22: Makefile distinfo
pkgsrc/lang/python22/patches: patch-aa
Added Files:
pkgsrc/lang/python22/patches: patch-ae
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.
To generate a diff of this commit:
cvs rdiff -r1.1.1.1 -r1.2 pkgsrc/lang/python22/Makefile
cvs rdiff -r1.3 -r1.4 pkgsrc/lang/python22/distinfo
cvs rdiff -r1.3 -r1.4 pkgsrc/lang/python22/patches/patch-aa
cvs rdiff -r0 -r1.1 pkgsrc/lang/python22/patches/patch-ae
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.