lvm2: pass CC explicitly

It seems that in some situations, the host CC gets picked up. Just pass
the target one explicitly.

Refreshed patches.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
This commit is contained in:
Rosen Penev
2020-12-19 19:39:34 -08:00
committed by Daniel Golle
parent de7d02de2d
commit 744568fd31
4 changed files with 8 additions and 7 deletions
@@ -15,7 +15,7 @@ on standard C libraries without O_DIRECT_SUPPORT.
--- a/lib/device/dev-io.c
+++ b/lib/device/dev-io.c
@@ -374,7 +374,7 @@ int dev_open_flags(struct device *dev, int flags, int direct, int quiet)
@@ -379,7 +379,7 @@ int dev_open_flags(struct device *dev, i
return 0;
}