From owner-svn-src-projects@freebsd.org Thu Sep 20 16:39:34 2018 Return-Path: Delivered-To: svn-src-projects@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 4370F10A223C for ; Thu, 20 Sep 2018 16:39:34 +0000 (UTC) (envelope-from jhb@FreeBSD.org) Received: from mail.baldwin.cx (bigwig.baldwin.cx [IPv6:2001:470:1f11:75::1]) (using TLSv1 with cipher DHE-RSA-CAMELLIA256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 0FE53745CF; Thu, 20 Sep 2018 16:39:32 +0000 (UTC) (envelope-from jhb@FreeBSD.org) Received: from John-Baldwins-MacBook-Pro-2.local (ralph.baldwin.cx [66.234.199.215]) by mail.baldwin.cx (Postfix) with ESMTPSA id 78A8810B774; Thu, 20 Sep 2018 12:39:30 -0400 (EDT) Subject: Re: svn commit: r338816 - in projects/openssl111: secure/lib/libcrypto share/mk To: Jung-uk Kim , src-committers@freebsd.org, svn-src-projects@freebsd.org References: <201809200020.w8K0K45h000526@repo.freebsd.org> From: John Baldwin Message-ID: <1f252548-4051-b9c0-28ba-a1a9a5676407@FreeBSD.org> Date: Thu, 20 Sep 2018 09:36:35 -0700 User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.12; rv:52.0) Gecko/20100101 Thunderbird/52.9.1 MIME-Version: 1.0 In-Reply-To: <201809200020.w8K0K45h000526@repo.freebsd.org> Content-Type: text/plain; charset=utf-8 Content-Language: en-US Content-Transfer-Encoding: 8bit X-Greylist: Sender succeeded SMTP AUTH, not delayed by milter-greylist-4.4.3 (mail.baldwin.cx); Thu, 20 Sep 2018 12:39:30 -0400 (EDT) X-Virus-Scanned: clamav-milter 0.99.2 at mail.baldwin.cx X-Virus-Status: Clean X-BeenThere: svn-src-projects@freebsd.org X-Mailman-Version: 2.1.27 Precedence: list List-Id: "SVN commit messages for the src " projects" tree" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 20 Sep 2018 16:39:34 -0000 On 9/19/18 5:20 PM, Jung-uk Kim wrote: > Author: jkim > Date: Thu Sep 20 00:20:04 2018 > New Revision: 338816 > URL: https://svnweb.freebsd.org/changeset/base/338816 > > Log: > Link libcrypto with pthread. > > Modified: > projects/openssl111/secure/lib/libcrypto/Makefile > projects/openssl111/share/mk/src.libnames.mk I think we probably don't want to do this. I believe Ed might test a hack patch I have to make the pthread_once stub in libc functional to see if that fixes libcrypto. -- John Baldwin