summaryrefslogtreecommitdiff
path: root/app-admin/coreboot-utils/files/coreboot-utils-25.06-includes.patch
blob: e1002cd4cb8361cdaa9636e4e477a44eba877bd2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
https://review.coreboot.org/c/coreboot/+/89004

fix compilation when CFLAGS is set (which in Gentoo it always is)

--- a/util/intelmetool/Makefile
+++ b/util/intelmetool/Makefile
@@ -7,6 +7,8 @@
 INSTALL ?= /usr/bin/env install
 PREFIX  ?= /usr/local
 CFLAGS  ?= -O0 -g -Wall -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-unused-function \
+#  \ on prev and next line for patch
+CFLAGS  += \
            -I $(TOP)/src/commonlib/bsd/include
 LDFLAGS += -lpci -lz