Thomas Renninger
9d964488e1
Flashrom gets splitted out into a seperate package (new package accepted via submitrequest #56361) - would be great to see in openSUSE 11.4 soon OBS-URL: https://build.opensuse.org/request/show/55464 OBS-URL: https://build.opensuse.org/package/show/hardware/coreboot-utils?expand=0&rev=11
12 lines
193 B
Diff
12 lines
193 B
Diff
--- a/k8resdump/Makefile
|
|
+++ b/k8resdump/Makefile
|
|
@@ -16,7 +16,7 @@
|
|
ifeq ($(OS_ARCH), SunOS)
|
|
LDFLAGS = -lpci
|
|
else
|
|
-LDFLAGS = -lpci -lz -static
|
|
+LDFLAGS = -lpci -lz
|
|
STRIP_ARGS = -s
|
|
endif
|
|
|