summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Gilbert <floppym@gentoo.org>2023-03-23 13:12:32 -0400
committerMike Gilbert <floppym@gentoo.org>2023-03-23 13:12:32 -0400
commitfd7626e3647bc6b81d7b538e4b690845ff2fa32f (patch)
tree6b63efa592fac58dd0b6f7d3ce5042289d2b253d /sys-fs/multipath-tools
parentmedia-libs/netpbm: drop 11.1.1 (diff)
downloadgentoo-fd7626e3647bc6b81d7b538e4b690845ff2fa32f.tar.gz
gentoo-fd7626e3647bc6b81d7b538e4b690845ff2fa32f.tar.bz2
gentoo-fd7626e3647bc6b81d7b538e4b690845ff2fa32f.zip
sys-fs/multipath-tools: prevent Makefile.inc from overriding CFLAGS
Closes: https://bugs.gentoo.org/902823 Signed-off-by: Mike Gilbert <floppym@gentoo.org>
Diffstat (limited to 'sys-fs/multipath-tools')
-rw-r--r--sys-fs/multipath-tools/multipath-tools-0.9.4-r1.ebuild2
1 files changed, 2 insertions, 0 deletions
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
)