56ef23f1fd
- Update to 4.3 * cleanups and improvements to many of the utilities * cbfstool: Many fixes and extensions to integrate with FMAP * Add amdfwtool to combine AMD firmware blobs instead of using shell scripts. OBS-URL: https://build.opensuse.org/request/show/358156 OBS-URL: https://build.opensuse.org/package/show/hardware/coreboot-utils?expand=0&rev=20
14 lines
367 B
Diff
14 lines
367 B
Diff
Index: coreboot-4.3/util/k8resdump/Makefile
|
|
===================================================================
|
|
--- coreboot-4.3.orig/util/k8resdump/Makefile
|
|
+++ coreboot-4.3/util/k8resdump/Makefile
|
|
@@ -25,7 +25,7 @@ OS_ARCH = $(shell uname)
|
|
ifeq ($(OS_ARCH), SunOS)
|
|
LDFLAGS = -lpci
|
|
else
|
|
-LDFLAGS = -lpci -lz -static
|
|
+LDFLAGS = -lpci -lz
|
|
STRIP_ARGS = -s
|
|
endif
|
|
|