[Bug 226135] lang/python27: Fails to package after r462630 (_elementtree / pyexpat modules)
bugzilla-noreply at freebsd.org
bugzilla-noreply at freebsd.org
Thu Mar 1 13:47:33 UTC 2018
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=226135
--- Comment #25 from commit-hook at freebsd.org ---
A commit references this bug:
Author: koobs
Date: Thu Mar 1 13:47:11 UTC 2018
New revision: 463321
URL: https://svnweb.freebsd.org/changeset/ports/463321
Log:
lang/python27: Fix build regression
r462630 added OpenSSL include/library paths to CFLAGS/LIBS which caused
the _elementtree and pyexpat modules to fail to build. Adding paths to CFLAGS
is known to cause issues [1].
Accordingly:
- Switch to using CPPFLAGS for OpenSSL include/library paths (like NLS).
- Move the comment describing why this is necessary to the top of the port
with reasonable warning about what can happen and why.
[1] https://svnweb.freebsd.org/ports?view=revision&revision=326729
PR: 226135, 222795)
Reported by: many
Reviewed by: sunpoet (python)
Approved by: koobs (python)
Changes:
head/lang/python27/Makefile
--
You are receiving this mail because:
You are on the CC list for the bug.
More information about the freebsd-python
mailing list