summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Gilbert <floppym@gentoo.org>2020-05-02 14:42:21 -0400
committerMike Gilbert <floppym@gentoo.org>2020-05-02 14:47:06 -0400
commit8150f54880d314e05ea95e167a77fab7af230146 (patch)
tree78b78fcc22de910a8ea12f8c8052fadb025b75d7 /app-shells/dash/dash-0.5.10.2-r1.ebuild
parentapp-portage/ufed: x86 stable wrt bug #720388 (diff)
downloadgentoo-8150f54880d314e05ea95e167a77fab7af230146.tar.gz
gentoo-8150f54880d314e05ea95e167a77fab7af230146.tar.bz2
gentoo-8150f54880d314e05ea95e167a77fab7af230146.zip
app-shells/dash: fix build with gcc -fno-common
Closes: https://bugs.gentoo.org/707364 Signed-off-by: Mike Gilbert <floppym@gentoo.org>
Diffstat (limited to 'app-shells/dash/dash-0.5.10.2-r1.ebuild')
-rw-r--r--app-shells/dash/dash-0.5.10.2-r1.ebuild5
1 files changed, 4 insertions, 1 deletions
diff --git a/app-shells/dash/dash-0.5.10.2-r1.ebuild b/app-shells/dash/dash-0.5.10.2-r1.ebuild
index f04c97dff904..a552c0f62f00 100644
--- a/app-shells/dash/dash-0.5.10.2-r1.ebuild
+++ b/app-shells/dash/dash-0.5.10.2-r1.ebuild
@@ -19,7 +19,10 @@ RDEPEND="!static? ( libedit? ( dev-libs/libedit ) )"
DEPEND="${RDEPEND}
libedit? ( static? ( dev-libs/libedit[static-libs] ) )"
-PATCHES=( "${FILESDIR}/${PN}-0.5.9.1-format-security.patch" )
+PATCHES=(
+ "${FILESDIR}/dash-0.5.9.1-format-security.patch"
+ "${FILESDIR}/dash-0.5.20.2-gcc-fno-common.patch"
+)
src_prepare() {
default