summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to '0001-build-fix-exported-variable-name-CFLAGS_stack_bounda.patch')
-rw-r--r--0001-build-fix-exported-variable-name-CFLAGS_stack_bounda.patch5
1 files changed, 3 insertions, 2 deletions
diff --git a/0001-build-fix-exported-variable-name-CFLAGS_stack_bounda.patch b/0001-build-fix-exported-variable-name-CFLAGS_stack_bounda.patch
index 32ff417..4b643e1 100644
--- a/0001-build-fix-exported-variable-name-CFLAGS_stack_bounda.patch
+++ b/0001-build-fix-exported-variable-name-CFLAGS_stack_bounda.patch
@@ -1,7 +1,8 @@
From f6e26ce7d9317abc41130ead6dc2443a7e2dde00 Mon Sep 17 00:00:00 2001
From: Anthony PERARD <anthony.perard@citrix.com>
Date: Tue, 12 Jul 2022 11:20:46 +0200
-Subject: [PATCH 01/67] build: fix exported variable name CFLAGS_stack_boundary
+Subject: [PATCH 001/126] build: fix exported variable name
+ CFLAGS_stack_boundary
Exporting a variable with a dash doesn't work reliably, they may be
striped from the environment when calling a sub-make or sub-shell.
@@ -63,5 +64,5 @@ index e857c0f2cc2c..a5b2041f9b96 100644
obj-y := stub.o
obj-$(XEN_BUILD_EFI) := $(filter-out %.init.o,$(EFIOBJ))
--
-2.37.3
+2.37.4