Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 06 Jan 2016 20:40:46 +0000
From:      bugzilla-noreply@freebsd.org
To:        python@FreeBSD.org
Subject:   [Bug 205960] lang/python35: (and lang/python34) building with LibreSSL fails: lib-dynload/_ssl.so: No such file or directory
Message-ID:  <bug-205960-21822-ksWTTs73r3@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-205960-21822@https.bugs.freebsd.org/bugzilla/>
References:  <bug-205960-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=3D205960

Bernard Spil <brnrd@freebsd.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
 Attachment #165181|                            |maintainer-approval?(python
              Flags|                            |@FreeBSD.org)

--- Comment #4 from Bernard Spil <brnrd@freebsd.org> ---
Created attachment 165181
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=3D165181&action=
=3Dedit
svn diff for lang/python35

There's definitely something wrong with the CFLAGS, configure is using the =
libs
from base not ports.

configure:9276: checking for RAND_egd in -lcrypto
configure:9301: cc -o conftest -O2 -pipe -fno-omit-frame-pointer=20
-fstack-protector -fno-strict-aliasing   -lpthread -Wl,-rpath,/usr/local/lib
-Wl,-rpath=3D/usr/lib:/usr/local/lib -fstack-protector conftest.c -lcrypto =
  >&5
configure:9301: $? =3D 0
configure:9310: result: yes

This patch changes behaviour to use the define from opensslfeatures.h. At b=
uild
time the correct include is done.

--=20
You are receiving this mail because:
You are the assignee for the bug.
You are on the CC list for the bug.=



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-205960-21822-ksWTTs73r3>