parent
10f485d1d2
commit
d12cfc7f99
@ -0,0 +1,25 @@
|
||||
From c5a465457d9a44d2745f6842359b875958dad55c Mon Sep 17 00:00:00 2001
|
||||
From: Sergey Cherevko <s.cherevko@msvsphere-os.ru>
|
||||
Date: Thu, 7 Dec 2023 11:19:05 +0300
|
||||
Subject: [PATCH] MSVSphere fix build
|
||||
|
||||
---
|
||||
Make.defaults | 2 +-
|
||||
1 file changed, 1 insertion(+), 1 deletion(-)
|
||||
|
||||
diff --git a/Make.defaults b/Make.defaults
|
||||
index f4f3a9b..49ab709 100644
|
||||
--- a/Make.defaults
|
||||
+++ b/Make.defaults
|
||||
@@ -32,7 +32,7 @@ SUBDIR_CFLAGS ?=
|
||||
clang_cflags =
|
||||
gcc_cflags =
|
||||
cflags = $(CFLAGS) $(SUBDIR_CFLAGS) \
|
||||
- -Werror -Wall -Wextra -Wsign-compare -Wstrict-aliasing \
|
||||
+ -Wno-error=pointer-sign -Werror -Wall -Wextra -Wsign-compare -Wstrict-aliasing \
|
||||
-std=gnu11 -fPIC \
|
||||
-D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE -DLOCALEDIR=\"$(localedir)\" \
|
||||
-DEFIBOOTMGR_VERSION="\"$(VERSION)\"" \
|
||||
--
|
||||
2.39.3
|
||||
|
Loading…
Reference in new issue