Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 11 May 2016 10:56:43 +0300
From:      Konstantin Belousov <kostikbel@gmail.com>
To:        Jung-uk Kim <jkim@FreeBSD.org>
Cc:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   Re: svn commit: r299389 - in head/secure/lib/libcrypto: . i386
Message-ID:  <20160511075643.GR89104@kib.kiev.ua>
In-Reply-To: <201605102031.u4AKV9Ys060380@repo.freebsd.org>
References:  <201605102031.u4AKV9Ys060380@repo.freebsd.org>

next in thread | previous in thread | raw e-mail | index | archive | help
On Tue, May 10, 2016 at 08:31:09PM +0000, Jung-uk Kim wrote:
> Author: jkim
> Date: Tue May 10 20:31:09 2016
> New Revision: 299389
> URL: https://svnweb.freebsd.org/changeset/base/299389
> 
> Log:
>   Make libcrypto.so position independent on i386.

Great.

You may also remove now the
ALLOW_SHARED_TEXTREL=
line from libcrypto/Makefile.

BTW, amd64 needs similar treatment. Amd64, due to presence of the
pc-relative data addressing mode, usually require relocations much less
than i386, but I think it is better to handle the amd64 variant now as
well.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20160511075643.GR89104>