diff options
author | Pacho Ramos <pacho@gentoo.org> | 2018-10-21 16:52:00 +0200 |
---|---|---|
committer | Pacho Ramos <pacho@gentoo.org> | 2018-10-21 17:17:25 +0200 |
commit | fa548218468082aba16ddb7ce819fa1d4abbc0cd (patch) | |
tree | c5cb9df168bfd27ad8b9615165107b1d6cf5505a /sys-apps/systemd-readahead/systemd-readahead-216.ebuild | |
parent | www-client/chromium: fix build with harfbuzz-2 (diff) | |
download | gentoo-fa548218468082aba16ddb7ce819fa1d4abbc0cd.tar.gz gentoo-fa548218468082aba16ddb7ce819fa1d4abbc0cd.tar.bz2 gentoo-fa548218468082aba16ddb7ce819fa1d4abbc0cd.zip |
sys-apps/systemd-readahead: Fix build with glibc-2.27
Closes: https://bugs.gentoo.org/650314
Signed-off-by: Pacho Ramos <pacho@gentoo.org>
Package-Manager: Portage-2.3.51, Repoman-2.3.11
Diffstat (limited to 'sys-apps/systemd-readahead/systemd-readahead-216.ebuild')
-rw-r--r-- | sys-apps/systemd-readahead/systemd-readahead-216.ebuild | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/sys-apps/systemd-readahead/systemd-readahead-216.ebuild b/sys-apps/systemd-readahead/systemd-readahead-216.ebuild index a7580f0a561f..301b757c717d 100644 --- a/sys-apps/systemd-readahead/systemd-readahead-216.ebuild +++ b/sys-apps/systemd-readahead/systemd-readahead-216.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2018 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -29,6 +29,9 @@ DEPEND="${RDEPEND} PATCHES=( # https://github.com/systemd/systemd/pull/2838 , bug #604614 "${FILESDIR}/${P}-sysmacros.patch" + + # https://github.com/systemd/systemd/issues/8099, bug #650314 + "${FILESDIR}"/${P}-glibc-2.27.patch ) src_prepare() { |