dev-libs/libressl: fix RWX GNU_STACK, bug #636960
authorAnthony G. Basile <blueness@gentoo.org>
Fri, 10 Nov 2017 12:40:31 +0000 (07:40 -0500)
committerAnthony G. Basile <blueness@gentoo.org>
Fri, 10 Nov 2017 12:40:53 +0000 (07:40 -0500)
Package-Manager: Portage-2.3.8, Repoman-2.3.3

dev-libs/libressl/libressl-2.6.3-r1.ebuild [moved from dev-libs/libressl/libressl-2.6.3.ebuild with 96% similarity]

similarity index 96%
rename from dev-libs/libressl/libressl-2.6.3.ebuild
rename to dev-libs/libressl/libressl-2.6.3-r1.ebuild
index 6372f13faa6a9f90e09559e7cd3f11cae3ec81c8..973160f6917a62492eaac58a42851a924feac273 100644 (file)
@@ -47,6 +47,7 @@ multilib_src_install_all() {
 
        # Delete cert.pem
        rm "${ED}"/etc/ssl/cert.pem || die
+       scanelf -Xe "${ED}"/usr/lib64/libcrypto.so.42.0.0
 
        if ! use static-libs ; then
                find "${D}" -name '*.a' -exec rm -f {} + || die