summaryrefslogtreecommitdiffstats
path: root/recipes-extended/kvmtool/files/0002-kvmtool-add-EXTRA_CFLAGS-variable.patch
diff options
context:
space:
mode:
Diffstat (limited to 'recipes-extended/kvmtool/files/0002-kvmtool-add-EXTRA_CFLAGS-variable.patch')
-rw-r--r--recipes-extended/kvmtool/files/0002-kvmtool-add-EXTRA_CFLAGS-variable.patch10
1 files changed, 5 insertions, 5 deletions
diff --git a/recipes-extended/kvmtool/files/0002-kvmtool-add-EXTRA_CFLAGS-variable.patch b/recipes-extended/kvmtool/files/0002-kvmtool-add-EXTRA_CFLAGS-variable.patch
index 1200f707..248d6cc0 100644
--- a/recipes-extended/kvmtool/files/0002-kvmtool-add-EXTRA_CFLAGS-variable.patch
+++ b/recipes-extended/kvmtool/files/0002-kvmtool-add-EXTRA_CFLAGS-variable.patch
@@ -14,10 +14,10 @@ Signed-off-by: Dariusz Pelowski <dariusz.pelowski@gmail.com>
14 Makefile | 2 ++ 14 Makefile | 2 ++
15 1 file changed, 2 insertions(+) 15 1 file changed, 2 insertions(+)
16 16
17diff --git a/Makefile b/Makefile 17Index: git/Makefile
18index c05b2c0..2ce753f 100644 18===================================================================
19--- a/Makefile 19--- git.orig/Makefile
20+++ b/Makefile 20+++ git/Makefile
21@@ -2,6 +2,8 @@ 21@@ -2,6 +2,8 @@
22 # Define WERROR=0 to disable -Werror. 22 # Define WERROR=0 to disable -Werror.
23 # 23 #
@@ -25,5 +25,5 @@ index c05b2c0..2ce753f 100644
25+CFLAGS += $(EXTRA_CFLAGS) 25+CFLAGS += $(EXTRA_CFLAGS)
26+ 26+
27 ifeq ($(strip $(V)),) 27 ifeq ($(strip $(V)),)
28 ifeq ($(findstring s,$(filter-out --%,$(MAKEFLAGS))),) 28 ifeq ($(findstring s,$(filter-out --%,$(firstword $(MAKEFLAGS)))),)
29 E = @echo 29 E = @echo