From 13318ddbb68d4da204921d7cb31cdd4fecfdc148 Mon Sep 17 00:00:00 2001 From: Waldemar Brodkorb Date: Sun, 25 Sep 2011 10:41:30 +0200 Subject: fixes for make bulkallmod --- package/lm_sensors/patches/patch-Makefile | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 package/lm_sensors/patches/patch-Makefile (limited to 'package/lm_sensors/patches/patch-Makefile') diff --git a/package/lm_sensors/patches/patch-Makefile b/package/lm_sensors/patches/patch-Makefile new file mode 100644 index 000000000..223321ada --- /dev/null +++ b/package/lm_sensors/patches/patch-Makefile @@ -0,0 +1,15 @@ +--- lm_sensors-3.3.1.orig/Makefile 2010-10-26 15:24:12.000000000 +0200 ++++ lm_sensors-3.3.1/Makefile 2011-09-18 19:09:30.217984317 +0200 +@@ -42,10 +42,10 @@ DEBUG := 0 + DESTDIR := + + # This is the prefix that will be used for almost all directories below. +-PREFIX := /usr/local ++PREFIX := /usr + + # Your C compiler +-CC := gcc ++CC ?= gcc + + # This is the directory where sensors3.conf will be installed, if no other + # configuration file is found -- cgit v1.2.3