diff options
author | Thomas Deutschmann <whissi@gentoo.org> | 2017-11-28 00:07:20 +0100 |
---|---|---|
committer | Thomas Deutschmann <whissi@gentoo.org> | 2017-11-28 00:07:42 +0100 |
commit | b79aa3db1cca97db331e6e058a1c751591f29759 (patch) | |
tree | 73dfe3cca7f2b309e815392a6ddc4bb776138ad6 /sys-libs/libaal/libaal-1.0.6.ebuild | |
parent | sys-fs/reiser4progs: Bump to v1.2.0 (diff) | |
download | gentoo-b79aa3db1cca97db331e6e058a1c751591f29759.tar.gz gentoo-b79aa3db1cca97db331e6e058a1c751591f29759.tar.bz2 gentoo-b79aa3db1cca97db331e6e058a1c751591f29759.zip |
sys-libs/libaal: Fix build against glibc-2.6
Closes: https://bugs.gentoo.org/637610
Package-Manager: Portage-2.3.16, Repoman-2.3.6
Diffstat (limited to 'sys-libs/libaal/libaal-1.0.6.ebuild')
-rw-r--r-- | sys-libs/libaal/libaal-1.0.6.ebuild | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/sys-libs/libaal/libaal-1.0.6.ebuild b/sys-libs/libaal/libaal-1.0.6.ebuild index 91f3ab182e1e..21061c06745e 100644 --- a/sys-libs/libaal/libaal-1.0.6.ebuild +++ b/sys-libs/libaal/libaal-1.0.6.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI="4" -inherit toolchain-funcs +inherit toolchain-funcs eutils DESCRIPTION="library required by reiser4progs" HOMEPAGE="https://sourceforge.net/projects/reiser4/" @@ -23,6 +23,7 @@ src_prepare() { -e "/^CFLAGS=/s:\"\":\"${CFLAGS}\":" \ configure || die "sed" printf '#!/bin/sh\n:\n' > run-ldconfig + epatch "${FILESDIR}"/${PN}-1.0.6-glibc26.patch } src_configure() { |