Subject: CVS commit: pkgsrc/lang
From: Jonathan Perkin
Date: 2023-11-23 13:43:35
Message id: 20231123124336.0E26CFA3F@cvs.NetBSD.org

Log Message:
python*: Remove -luuid hack on SunOS.

This ends up leaking into the shipped python-config, which wouldn't normally
be a problem, but broken build systems such as waf end up linking against
libraries that are not buildlinked, resulting in missing libuuid references.

If this is still required for builtin libuuid support then that will need to
be done in a different way that doesn't end up in the exported libraries.

Files:
RevisionActionfile
1.29modifypkgsrc/lang/python310/Makefile
1.21modifypkgsrc/lang/python311/Makefile
1.11modifypkgsrc/lang/python312/Makefile