libc: forcibly disable BIND_NOW

Building libc WITH_BIND_NOW results in segfault at process start.  For
now force BIND_NOW off until the root cause can be identified and fixed.

PR:		233333
Sponsored by:	The FreeBSD Foundation
This commit is contained in:
Ed Maste 2018-11-19 18:12:39 +00:00
parent 3d2a0fe762
commit 00bf4d2515
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=340640

View File

@ -6,6 +6,8 @@ SHLIBDIR?= /lib
.include <src.opts.mk>
# BIND_NOW in libc results in segfault at startup (PR 233333)
MK_BIND_NOW= no
# Force building of libc_pic.a
MK_TOOLCHAIN= yes