[Bug 210820] lang/python27: _ssl.so fails to build (Undefined symbol "SSLv2_method")

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Fri Jul 15 10:37:25 UTC 2016


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=210820

--- Comment #9 from Trond.Endrestol at ximalas.info ---
(In reply to Gerard Seibert from comment #7)

You could create a Makefile.local in lang/python27.

1. cd /usr/ports/lang/python27
2. Create Makefile.local with this contents:

.if ${OPSYS} == FreeBSD && ${OSVERSION} >= 1100000
CFLAGS+=-DOPENSSL_NO_SSL2
.endif

3. Remove said Makefile.local when it's no longer needed.

I'm at r418574 and lang/python27 still fails to build on amd64 base/head
r302830 without the amended CFLAGS.

-- 
You are receiving this mail because:
You are the assignee for the bug.


More information about the freebsd-python mailing list