]> git.pld-linux.org Git - packages/lm_sensors.git/commitdiff
- updated for 3.0.1
authorJakub Bogusz <qboosh@pld-linux.org>
Mon, 28 Apr 2008 17:38:13 +0000 (17:38 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    lm_sensors-make.patch -> 1.13

lm_sensors-make.patch

index a8e3d55f7700aa04988641ca29a0323d7c7a3bc5..4e14c32a4c1d406f4f5f868181d4e942e48c871d 100644 (file)
@@ -1,9 +1,18 @@
---- lm_sensors-2.8.2/Makefile.orig     2003-11-29 20:59:31.000000000 +0100
-+++ lm_sensors-2.8.2/Makefile  2003-12-13 23:24:48.024643304 +0100
-@@ -183,13 +183,11 @@
+--- lm_sensors-3.0.1/Makefile.orig     2008-01-19 11:20:45.000000000 +0100
++++ lm_sensors-3.0.1/Makefile  2008-04-28 19:31:14.999736011 +0200
+@@ -54,7 +54,7 @@
+ # library files (both static and shared) will be installed.
+ LIBDIR := $(PREFIX)/lib
+-EXLDFLAGS := -Wl,-rpath,$(LIBDIR)
++EXLDFLAGS :=
+ # You should not need to change this. It is the directory into which the
+ # executable program files will be installed. BINDIR for programs that are
+@@ -130,13 +130,12 @@
  # ARCPPFLAGS/ARCFLAGS are used to create archive object files (static libraries).
  # LIBCPPFLAGS/LIBCFLAGS are for shared library objects.
- ALL_CPPFLAGS := -I. -Ikernel/include -I$(I2C_HEADERS)
+ ALL_CPPFLAGS := -I.
 -ALL_CFLAGS := -Wall
 +OPTS = -O2
 +ALL_CFLAGS := -Wall $(OPTS)
 -ALL_CFLAGS += -O -g
 -else
 -ALL_CFLAGS += -O2
++ALL_CFLAGS += -g
  endif
  
  ifeq ($(WARN),1)
-@@ -328,10 +326,10 @@
- # .o files are used for modules
- # depend on the kernel config file!
--%.o: %.c $(LINUX)/.config
-+%.o: %.c
-       $(CC) $(MODCPPFLAGS) $(MODCFLAGS) -c $< -o $@
--%.d: %.c $(LINUX)/.config
-+%.d: %.c
-       $(CC) -M -MG $(MODCPPFLAGS) $(MODCFLAGS) $< | \
-               $(SED) -e 's@^\(.*\)\.o:@$*.d $*.o: Makefile '`dirname $*.d`/Module.mk' @' > $@
---- lm_sensors-2.8.5.orig/prog/rrd/Makefile    2002-01-05 16:39:17.000000000 +0100
-+++ lm_sensors-2.8.5/prog/rrd/Makefile 2003-07-25 23:17:50.000000000 +0200
-@@ -22,7 +22,7 @@
-       sed -e "s#%%RRDPATH%%#$(RRDPATH)#g;s#%%APACHDIR%%#$(APACHDIR)#g;s#%%RRDDIR%%#$(RRDDIR)#g;s#%%MACH%%#$(MACH)#g" $< > $@
- $(RRDDIR) :
--      install -d -o $(USER) $(RRDDIR)
-+      install -d $(RRDDIR)
- $(RRDB) : $(RRDDIR)
-       ./sens_create_rrd $(RRDB)
-@@ -38,7 +38,7 @@
-       $(error error - Web server directory $(APACHE) not present - check APACHE definition in Makefile)
- $(APACHDIR)/pix : $(APACHE)
--      install -d -o $(USER) -m 777 $(APACHDIR)/pix
-+      install -d -m 777 $(APACHDIR)/pix
- install: all $(RRDB) $(SENSDIR) $(CRONTAB) $(APACHDIR)/pix
-       install -m 755 sens_update_rrd $(BINPATH)
This page took 0.04578 seconds and 4 git commands to generate.