From fd7626e3647bc6b81d7b538e4b690845ff2fa32f Mon Sep 17 00:00:00 2001 From: Mike Gilbert Date: Thu, 23 Mar 2023 13:12:32 -0400 Subject: sys-fs/multipath-tools: prevent Makefile.inc from overriding CFLAGS Closes: https://bugs.gentoo.org/902823 Signed-off-by: Mike Gilbert --- sys-fs/multipath-tools/multipath-tools-0.9.4-r1.ebuild | 2 ++ 1 file changed, 2 insertions(+) (limited to 'sys-fs/multipath-tools/multipath-tools-0.9.4-r1.ebuild') diff --git a/sys-fs/multipath-tools/multipath-tools-0.9.4-r1.ebuild b/sys-fs/multipath-tools/multipath-tools-0.9.4-r1.ebuild index a6d47abdd5b7..2338eec21604 100644 --- a/sys-fs/multipath-tools/multipath-tools-0.9.4-r1.ebuild +++ b/sys-fs/multipath-tools/multipath-tools-0.9.4-r1.ebuild @@ -48,6 +48,8 @@ myemake() { libudevdir="${EPREFIX}$(get_udevdir)" GENTOO_CFLAGS="${CFLAGS}" GENTOO_CPPFLAGS="${CPPFLAGS}" + FORTIFY_OPT= + OPTFLAGS= FAKEVAR=1 V=1 ) -- cgit v1.2.3-65-gdbad