diff options
author | 2017-06-16 09:33:14 -0500 | |
---|---|---|
committer | 2017-06-16 09:33:14 -0500 | |
commit | 3c17dc821398caea38e15db5e0ae8788b88f2f80 (patch) | |
tree | 6691a51e0957b32258c41b729796235e10a984d7 /sys-libs/glibc/glibc-2.18-r1.ebuild | |
parent | app-emulation/qemu: use tc-enables-pie instead of gcc-specs-pie (diff) | |
download | gentoo-3c17dc821398caea38e15db5e0ae8788b88f2f80.tar.gz gentoo-3c17dc821398caea38e15db5e0ae8788b88f2f80.tar.bz2 gentoo-3c17dc821398caea38e15db5e0ae8788b88f2f80.zip |
sys-libs/glibc: use tc-enables-pie instead of gcc-specs-pie
Package-Manager: Portage-2.3.6, Repoman-2.3.2
Diffstat (limited to 'sys-libs/glibc/glibc-2.18-r1.ebuild')
-rw-r--r-- | sys-libs/glibc/glibc-2.18-r1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys-libs/glibc/glibc-2.18-r1.ebuild b/sys-libs/glibc/glibc-2.18-r1.ebuild index 71ed7aea497a..a9c0bfc2c2b7 100644 --- a/sys-libs/glibc/glibc-2.18-r1.ebuild +++ b/sys-libs/glibc/glibc-2.18-r1.ebuild @@ -111,7 +111,7 @@ src_unpack() { if use hardened ; then cd "${S}" einfo "Patching to get working PIE binaries on PIE (hardened) platforms" - gcc-specs-pie && epatch "${FILESDIR}"/2.17/glibc-2.17-hardened-pie.patch + tc-enables-pie && epatch "${FILESDIR}"/2.17/glibc-2.17-hardened-pie.patch epatch "${FILESDIR}"/2.10/glibc-2.10-hardened-configure-picdefault.patch epatch "${FILESDIR}"/2.18/glibc-2.18-hardened-inittls-nosysenter.patch |