c9e4c27196
OBS-URL: https://build.opensuse.org/package/show/Base:System/sensors?expand=0&rev=cc08f45d86fd3ddc4cafb4496dd6c844
12 lines
233 B
Diff
12 lines
233 B
Diff
--- lm_sensors-3.1.1.orig/Makefile
|
|
+++ lm_sensors-3.1.1/Makefile
|
|
@@ -141,7 +141,7 @@ ifeq ($(DEBUG),1)
|
|
ALL_CPPFLAGS += -DDEBUG
|
|
ALL_CFLAGS += -O -g
|
|
else
|
|
-ALL_CFLAGS += -O2
|
|
+ALL_CFLAGS += $(RPM_OPT_FLAGS)
|
|
endif
|
|
|
|
ifeq ($(WARN),1)
|