Date: Fri, 15 Jul 2016 10:37:25 +0000 From: bugzilla-noreply@freebsd.org To: python@FreeBSD.org Subject: [Bug 210820] lang/python27: _ssl.so fails to build (Undefined symbol "SSLv2_method") Message-ID: <bug-210820-21822-fIaF2bGKQq@https.bugs.freebsd.org/bugzilla/> In-Reply-To: <bug-210820-21822@https.bugs.freebsd.org/bugzilla/> References: <bug-210820-21822@https.bugs.freebsd.org/bugzilla/>
next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D210820 --- Comment #9 from Trond.Endrestol@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} =3D=3D FreeBSD && ${OSVERSION} >=3D 1100000 CFLAGS+=3D-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. --=20 You are receiving this mail because: You are the assignee for the bug.=
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-210820-21822-fIaF2bGKQq>