commit: d080ce6504c316484c2540cb69b71e7ec57f6011
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sat Jun 11 05:12:28 2022 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sat Jun 11 05:12:37 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d080ce65
dev-libs/openssl-compat: tidy up; sync with openssl
Signed-off-by: Sam James <sam <AT> gentoo.org>
dev-libs/openssl-compat/openssl-compat-1.1.1o.ebuild | 12 +++++++-----
1 file changed, 7 insertions(+), 5 deletions(-)
diff --git a/dev-libs/openssl-compat/openssl-compat-1.1.1o.ebuild
b/dev-libs/openssl-compat/openssl-compat-1.1.1o.ebuild
index cdf051c1295d..20a03ddac7fa 100644
--- a/dev-libs/openssl-compat/openssl-compat-1.1.1o.ebuild
+++ b/dev-libs/openssl-compat/openssl-compat-1.1.1o.ebuild
@@ -69,11 +69,11 @@ src_unpack() {
}
src_prepare() {
- # allow openssl to be cross-compiled
+ # Allow openssl to be cross-compiled
cp "${FILESDIR}"/gentoo.config-1.0.2 gentoo.config || die
chmod a+rx gentoo.config || die
- # keep this in sync with app-misc/c_rehash
+ # Keep this in sync with app-misc/c_rehash
SSL_CNF_DIR="/etc/ssl"
# Make sure we only ever touch Makefile.org and avoid patching a file
@@ -125,10 +125,11 @@ src_prepare() {
append-flags $(test-flags-CC -Wa,--noexecstack)
- # Prefixify Configure shebang (#141906)
+ # Prefixify Configure shebang (bug #141906)
sed \
-e "1s,/usr/bin/env,${EPREFIX}&," \
-i Configure || die
+
# Remove test target when FEATURES=test isn't set
if ! use test ; then
sed \
@@ -172,9 +173,10 @@ multilib_src_configure() {
local krb5=$(has_version app-crypt/mit-krb5 && echo "MIT" || echo
"Heimdal")
# See if our toolchain supports __uint128_t. If so, it's 64bit
- # friendly and can use the nicely optimized code paths. #460790
+ # friendly and can use the nicely optimized code paths, bug #460790.
local ec_nistp_64_gcc_128
- # Disable it for now though #469976
+
+ # Disable it for now though (bug #469976)
# echo "__uint128_t i;" > "${T}"/128.c
# if ${CC} ${CFLAGS} -c "${T}"/128.c -o /dev/null >&/dev/null ; then
# ec_nistp_64_gcc_128="enable-ec_nistp_64_gcc_128"