https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=205960
Bernard Spil <br...@freebsd.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #165181| |maintainer-approval?(python Flags| |@FreeBSD.org) --- Comment #4 from Bernard Spil <br...@freebsd.org> --- Created attachment 165181 --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=165181&action=edit 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 -fstack-protector -fno-strict-aliasing -lpthread -Wl,-rpath,/usr/local/lib -Wl,-rpath=/usr/lib:/usr/local/lib -fstack-protector conftest.c -lcrypto >&5 configure:9301: $? = 0 configure:9310: result: yes This patch changes behaviour to use the define from opensslfeatures.h. At build time the correct include is done. -- You are receiving this mail because: You are the assignee for the bug. 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"