diff options
author | Mike Frysinger <vapier@gentoo.org> | 2015-10-20 16:34:01 -0400 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2015-10-20 16:34:46 -0400 |
commit | d3b9fc42cadf308da7fab21c338cca55aa778ae7 (patch) | |
tree | fc9e3a27659f2fd78239a3ba120b5b5945feaf39 /app-shells/bash/bash-4.1_p17.ebuild | |
parent | dev-util/catalyst: recent commits require newer snakeoil (diff) | |
download | gentoo-d3b9fc42cadf308da7fab21c338cca55aa778ae7.tar.gz gentoo-d3b9fc42cadf308da7fab21c338cca55aa778ae7.tar.bz2 gentoo-d3b9fc42cadf308da7fab21c338cca55aa778ae7.zip |
app-shells/bash: backport /dev/fd fix to older versions #431850
Diffstat (limited to 'app-shells/bash/bash-4.1_p17.ebuild')
-rw-r--r-- | app-shells/bash/bash-4.1_p17.ebuild | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/app-shells/bash/bash-4.1_p17.ebuild b/app-shells/bash/bash-4.1_p17.ebuild index 3bc12cbf36af..ad19cf367709 100644 --- a/app-shells/bash/bash-4.1_p17.ebuild +++ b/app-shells/bash/bash-4.1_p17.ebuild @@ -68,6 +68,7 @@ src_prepare() { epatch "${FILESDIR}"/${PN}-4.1-fbsd-eaccess.patch #303411 sed -i '1i#define NEED_FPURGE_DECL' execute_cmd.c # needs fpurge() decl epatch "${FILESDIR}"/${PN}-4.1-parallel-build.patch + epatch "${FILESDIR}"/${PN}-4.2-dev-fd-buffer-overflow.patch #431850 epatch_user } |