Description: remove -Werror
 This breaks the build on armhf due to warning about format strings

--- vboot-utils-0~20121212.orig/Makefile
+++ vboot-utils-0~20121212/Makefile
@@ -26,7 +26,7 @@ export MOCK_TPM
 DEBUG_FLAGS := $(if ${DEBUG},-g -O0,-Os)
 COMMON_FLAGS := -nostdinc -pipe \
 	-ffreestanding -fno-builtin -fno-stack-protector \
-	-Werror -Wall -Wstrict-prototypes $(DEBUG_FLAGS)
+	-Wall -Wstrict-prototypes $(DEBUG_FLAGS)
 
 ifeq ($(FIRMWARE_ARCH), arm)
 CC ?= armv7a-cros-linux-gnueabi-gcc
@@ -63,7 +63,7 @@ export ARCH=amd64
 endif
 
 ifeq ($(FIRMWARE_ARCH),)
-CFLAGS += -DCHROMEOS_ENVIRONMENT -Wall -Werror
+CFLAGS += -DCHROMEOS_ENVIRONMENT -Wall
 endif
 
 ifneq (${DEBUG},)
