7229c10e43
- Update to 4.7 * Full changelog: https://coreboot.org/releases/coreboot-4.7-relnotes.txt - Rebase patches: * k8resdump.diff * no-pie.patch * do-explicit-fallthrough.patch - Adjust CFLAGS for util/ifdtool - verify source signature - Update to 4.6 * Full changelog: https://www.coreboot.org/releases/coreboot-4.6-relnotes.txt - Fix URL - Build with intelmetool OBS-URL: https://build.opensuse.org/request/show/571210 OBS-URL: https://build.opensuse.org/package/show/hardware/coreboot-utils?expand=0&rev=28
14 lines
324 B
Diff
14 lines
324 B
Diff
diff --git a/util/k8resdump/Makefile b/util/k8resdump/Makefile
|
|
index e260351..48651f2 100644
|
|
--- a/util/k8resdump/Makefile
|
|
+++ b/util/k8resdump/Makefile
|
|
@@ -24,7 +24,7 @@ OS_ARCH = $(shell uname)
|
|
ifeq ($(OS_ARCH), SunOS)
|
|
LDFLAGS = -lpci
|
|
else
|
|
-LDFLAGS = -lpci -lz -static
|
|
+LDFLAGS = -lpci -lz
|
|
endif
|
|
|
|
OBJS = k8resdump.o
|