Date: Fri, 12 Oct 2018 06:33:48 -0500 From: Kyle Evans <kevans@freebsd.org> To: =?UTF-8?Q?Dag=2DErling_Sm=C3=B8rgrav?= <des@freebsd.org> Cc: src-committers <src-committers@freebsd.org>, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: Re: svn commit: r339326 - head Message-ID: <CACNAnaE8di2LBgL1VBFd1f=Ngp2tq=qhkVLeOLPx4UH0Tpky%2BA@mail.gmail.com> In-Reply-To: <201810120542.w9C5gcW0095391@repo.freebsd.org> References: <201810120542.w9C5gcW0095391@repo.freebsd.org>
next in thread | previous in thread | raw e-mail | index | archive | help
On Fri, Oct 12, 2018 at 12:43 AM Dag-Erling Sm=C3=B8rgrav <des@freebsd.org>= wrote: > > Author: des > Date: Fri Oct 12 05:42:38 2018 > New Revision: 339326 > URL: https://svnweb.freebsd.org/changeset/base/339326 > > Log: > Move libssl up in the bootstrap order. > > Submitted by: jkim > Approved by: re (gjb) > > Modified: > head/Makefile.inc1 > > Modified: head/Makefile.inc1 > =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D > --- head/Makefile.inc1 Fri Oct 12 05:27:58 2018 (r339325) > +++ head/Makefile.inc1 Fri Oct 12 05:42:38 2018 (r339326) > @@ -2534,8 +2534,8 @@ _prebuild_libs=3D ${_kerberos5_lib_libasn1} \ > ${_cddl_lib_libctf} \ > lib/libufs \ > lib/libutil lib/libpjdlog ${_lib_libypclnt} lib/libz lib/= msun \ > - ${_secure_lib_libcrypto} ${_lib_libldns} \ > - ${_secure_lib_libssh} ${_secure_lib_libssl} > + ${_secure_lib_libcrypto} ${_secure_lib_libssl} \ > + ${_lib_libldns} ${_secure_lib_libssh} > > .if ${MK_GNUCXX} !=3D "no" > _prebuild_libs+=3D gnu/lib/libstdc++ gnu/lib/libsupc++ > _______________________________________________ Hmm... doesn't this kind of situation also require an __L rule down below to prevent the race, since they're both in prebuild_libs? Thanks, Kyle Evans
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?CACNAnaE8di2LBgL1VBFd1f=Ngp2tq=qhkVLeOLPx4UH0Tpky%2BA>