https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=226135
--- Comment #25 from commit-h...@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. _______________________________________________ freebsd-python@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-python To unsubscribe, send any mail to "freebsd-python-unsubscr...@freebsd.org"