commit: b03f30ebfc63de6d608cc2181a5918007c91bdf5 Author: Sam James <sam <AT> gentoo <DOT> org> AuthorDate: Sun Nov 21 11:51:17 2021 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Sun Nov 21 11:51:17 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b03f30eb
dev-libs/libsodium: drop obsolete musl SSP workaround Bug: https://bugs.gentoo.org/747346 Signed-off-by: Sam James <sam <AT> gentoo.org> dev-libs/libsodium/libsodium-1.0.18_p20210617.ebuild | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/dev-libs/libsodium/libsodium-1.0.18_p20210617.ebuild b/dev-libs/libsodium/libsodium-1.0.18_p20210617.ebuild index 4e6e0079f8c7..959d0c871f7b 100644 --- a/dev-libs/libsodium/libsodium-1.0.18_p20210617.ebuild +++ b/dev-libs/libsodium/libsodium-1.0.18_p20210617.ebuild @@ -79,14 +79,9 @@ multilib_src_configure() { ) # --disable-pie is needed on x86, see bug #512734 + # TODO: Check if still needed? if [[ "${MULTILIB_ABI_FLAG}" == "abi_x86_32" ]] ; then myeconfargs+=( --disable-pie ) - - # --disable-ssp is needed on musl x86 - # TODO: Check if still needed? bug #747346 - if use elibc_musl ; then - myeconfargs+=( --disable-ssp ) - fi fi ECONF_SOURCE="${S}" econf "${myeconfargs[@]}"
