diff options
author | Patrick Lauer <patrick@gentoo.org> | 2016-04-16 16:39:38 +0200 |
---|---|---|
committer | Patrick Lauer <patrick@gentoo.org> | 2016-04-16 16:47:39 +0200 |
commit | 5a4fd04815ad2067f36e5baa0d603b4cd1d19381 (patch) | |
tree | 0afaaffe4503047d4576a3a2e46831c2ea43457d /sys-libs | |
parent | media-radio/flrig: Version bump (diff) | |
download | gentoo-5a4fd04815ad2067f36e5baa0d603b4cd1d19381.tar.gz gentoo-5a4fd04815ad2067f36e5baa0d603b4cd1d19381.tar.bz2 gentoo-5a4fd04815ad2067f36e5baa0d603b4cd1d19381.zip |
sys-libs/glibc: [QA] Disable custom patch to sysmacros.h #575232
Since this is not an upstream patch and it causes lots of breakage
Acked by mgorny and zlogene in IRC
Package-Manager: portage-2.2.28
Diffstat (limited to 'sys-libs')
-rw-r--r-- | sys-libs/glibc/glibc-2.23-r2.ebuild (renamed from sys-libs/glibc/glibc-2.23-r1.ebuild) | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sys-libs/glibc/glibc-2.23-r1.ebuild b/sys-libs/glibc/glibc-2.23-r2.ebuild index 82bdd11a527e..d0f60e2dce35 100644 --- a/sys-libs/glibc/glibc-2.23-r1.ebuild +++ b/sys-libs/glibc/glibc-2.23-r2.ebuild @@ -166,6 +166,7 @@ eblit-src_unpack-pre() { # Bug 558636 we don't apply the pie works around for 2.22. It shoud have the support. #558636 GLIBC_PATCH_EXCLUDE+=" 00_all_0002-workaround-crash-when-handling-signals-in-static-PIE.patch" GLIBC_PATCH_EXCLUDE+=" 00_all_0012-disable-PIE-when-checking-for-PIC-default.patch" + GLIBC_PATCH_EXCLUDE+=" 00_all_0009-sys-types.h-drop-sys-sysmacros.h-include.patch" } eblit-src_prepare-post() { |