summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSergei Trofimovich <slyfox@gentoo.org>2020-02-17 20:14:32 +0000
committerSergei Trofimovich <slyfox@gentoo.org>2020-02-17 20:14:53 +0000
commite652e01f35129b584502ac6367de13cfbf1b528c (patch)
tree4a12660cbb8be1dfe9898f11fc576a07f8692c5b /dev-util/lttng-ust/lttng-ust-2.11.0.ebuild
parentdev-python/attrs: stable 19.3.0 for hppa, bug #703062 (diff)
downloadgentoo-e652e01f35129b584502ac6367de13cfbf1b528c.tar.gz
gentoo-e652e01f35129b584502ac6367de13cfbf1b528c.tar.bz2
gentoo-e652e01f35129b584502ac6367de13cfbf1b528c.zip
dev-util/lttng-ust: backport gcc-10 fix, bug #706862
Reported-by: Toralf Förster Closes: https://bugs.gentoo.org/706862 Package-Manager: Portage-2.3.89, Repoman-2.3.20 Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
Diffstat (limited to 'dev-util/lttng-ust/lttng-ust-2.11.0.ebuild')
-rw-r--r--dev-util/lttng-ust/lttng-ust-2.11.0.ebuild4
1 files changed, 3 insertions, 1 deletions
diff --git a/dev-util/lttng-ust/lttng-ust-2.11.0.ebuild b/dev-util/lttng-ust/lttng-ust-2.11.0.ebuild
index ecc26c91c8ac..a3aa0dbf6f7d 100644
--- a/dev-util/lttng-ust/lttng-ust-2.11.0.ebuild
+++ b/dev-util/lttng-ust/lttng-ust-2.11.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2019 Gentoo Authors
+# Copyright 1999-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
@@ -23,6 +23,8 @@ DEPEND="
"
RDEPEND="${DEPEND}"
+PATCHES=("${FILESDIR}"/${P}-fno-common.patch)
+
S="${WORKDIR}"/${MY_P}
src_prepare() {