summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPatrick McLean <chutzpah@gentoo.org>2018-01-25 16:27:55 -0800
committerPatrick McLean <chutzpah@gentoo.org>2018-01-25 16:28:15 -0800
commitf59c667e9c206e59fea9f13f47eac488822ebba2 (patch)
treeefa0d3d0a5b5291676da0f86aa1c2dddcaf4fc5c /sys-apps
parentwww-apps/redmine: Use HTTPS for HOMEPAGE/SRC_URI (diff)
downloadgentoo-f59c667e9c206e59fea9f13f47eac488822ebba2.tar.gz
gentoo-f59c667e9c206e59fea9f13f47eac488822ebba2.tar.bz2
gentoo-f59c667e9c206e59fea9f13f47eac488822ebba2.zip
sys-apps/kexec-tools: Filter -mindirect-branch=thunk* for 1.0.16 and 9999
Package-Manager: Portage-2.3.20, Repoman-2.3.6
Diffstat (limited to 'sys-apps')
-rw-r--r--sys-apps/kexec-tools/kexec-tools-2.0.16.ebuild5
-rw-r--r--sys-apps/kexec-tools/kexec-tools-9999.ebuild5
2 files changed, 6 insertions, 4 deletions
diff --git a/sys-apps/kexec-tools/kexec-tools-2.0.16.ebuild b/sys-apps/kexec-tools/kexec-tools-2.0.16.ebuild
index f3f01574c051..e691dd6cb127 100644
--- a/sys-apps/kexec-tools/kexec-tools-2.0.16.ebuild
+++ b/sys-apps/kexec-tools/kexec-tools-2.0.16.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=6
@@ -12,7 +12,7 @@ else
KEYWORDS="~amd64 ~arm64 ~x86"
fi
-inherit libtool linux-info systemd
+inherit flag-o-matic libtool linux-info systemd
DESCRIPTION="Load another kernel from the currently executing Linux kernel"
HOMEPAGE="https://kernel.org/pub/linux/utils/kernel/kexec/"
@@ -43,6 +43,7 @@ pkg_setup() {
src_prepare() {
default
elibtoolize
+ filter-flags '-mindirect-branch=thunk*'
}
src_configure() {
diff --git a/sys-apps/kexec-tools/kexec-tools-9999.ebuild b/sys-apps/kexec-tools/kexec-tools-9999.ebuild
index 784f7a48e98b..89ef61b3896d 100644
--- a/sys-apps/kexec-tools/kexec-tools-9999.ebuild
+++ b/sys-apps/kexec-tools/kexec-tools-9999.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=6
@@ -11,7 +11,7 @@ else
KEYWORDS="~amd64 ~arm64 ~x86"
fi
-inherit libtool linux-info systemd
+inherit flag-o-matic libtool linux-info systemd
DESCRIPTION="Load another kernel from the currently executing Linux kernel"
HOMEPAGE="https://kernel.org/pub/linux/utils/kernel/kexec/"
@@ -46,6 +46,7 @@ src_prepare() {
else
elibtoolize
fi
+ filter-flags '-mindirect-branch=thunk*'
}
src_configure() {