kmod-kvdo/0001-fix-install-error-by-frame_larger_than.patch
2020-05-15 16:02:21 +08:00

26 lines
749 B
Diff

From 26cce05e8712a5f8c1834f21c525255d41a20781 Mon Sep 17 00:00:00 2001
From: sugarfillet <18705174754@163.com>
Date: Thu, 7 May 2020 21:16:50 +0800
Subject: [PATCH] fix install error by frame_larger_than
---
vdo/Makefile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/vdo/Makefile b/vdo/Makefile
index efb22fc..50a833c 100644
--- a/vdo/Makefile
+++ b/vdo/Makefile
@@ -12,7 +12,7 @@ INCLUDES = -I$(src)/base -I$(src)/kernel -I$(src)/../uds
EXTRA_CFLAGS = -std=gnu99 \
-fno-builtin-memset \
-Werror \
- -Wframe-larger-than=400 \
+ -Wframe-larger-than=500 \
-Wno-declaration-after-statement \
-DVDO_VERSION_MAJOR=$(VDO_VERSION_MAJOR) \
-DVDO_VERSION_MINOR=$(VDO_VERSION_MINOR) \
--
1.8.3.1