aboutsummaryrefslogtreecommitdiffstats
path: root/build/Makefile
diff options
context:
space:
mode:
authorStefan K. Berg <stefan.k.berg@ericsson.com>2016-04-22 12:48:25 +0200
committerStefan K. Berg <stefan.k.berg@ericsson.com>2016-04-22 15:38:51 +0200
commit2b419db5c9325c6a87f1ea160c42235a1e8ec083 (patch)
treef7d6706aff0994fe87cfc0d6ebbd343668becc78 /build/Makefile
parent83d1e07daff8d1b21f7ea2ef6695aa6602fc2563 (diff)
Correction due to changed cpio behavior
As part of a security fix for cpio, its behavior has changed in terms of how symlinks are handled. This is affecting the Fuel build process, for which this commit is a fix (reverting cpio back to its original behavior by adding the argument "--extract-over-symlinks" in those instances where this is needed). For details, see https://jira.opnfv.org/browse/FUEL-125 Change-Id: I455b11a16ad52d8dd09165165447e4c4a661b45a Signed-off-by: Stefan K. Berg <stefan.k.berg@ericsson.com>
Diffstat (limited to 'build/Makefile')
-rw-r--r--build/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/build/Makefile b/build/Makefile
index a76c44ee2..ca704c0c0 100644
--- a/build/Makefile
+++ b/build/Makefile
@@ -109,6 +109,8 @@ $(ISOCACHE):
cd /tmp/fuel-main && patch -f -p0 < $(TOPDIR)/fuel-main_5.patch
# Patch for using the Czech Fuel mirror
# cd /tmp/fuel-main && patch -p0 < $(TOPDIR)/fuel-main_7.patch
+ # Patch to counteract new cpio behavior
+ cd /tmp/fuel-main && patch -p0 < $(TOPDIR)/fuel-main_cpio.patch
# Remove Docker optimizations, otherwise multistrap will fail during
# Fuel build.
sudo rm -f /etc/apt/apt.conf.d/docker*