summaryrefslogtreecommitdiff
path: root/dev-util/lttng-ust/lttng-ust-2.11.0.ebuild
diff options
context:
space:
mode:
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.ebuild8
1 files changed, 4 insertions, 4 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..5c31aecfe564 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() {
@@ -34,7 +36,5 @@ src_prepare() {
}
src_configure() {
- econf \
- $(use_enable numa) \
- --docdir=/usr/share/doc/${PF}
+ econf $(use_enable numa)
}