b37409f255
Tue Apr 13 2004 Phil Knirsch <pknirsch@redhat.com> 2.8.6-1 - Update to latest upstream version. - Enabled build for x86_64. Mon Mar 08 2004 Phil Knirsch <pknirsch@redhat.com> 2.8.3-5 - Fixed initscript to work with 2.6 kernel and made it more quiet (#112286). - Changed proposed location of sensors (#116496). - Fixed rpath issue.
13 lines
477 B
Diff
13 lines
477 B
Diff
--- lm_sensors-2.8.3/Makefile.rpath 2004-03-08 18:06:52.318271655 +0100
|
|
+++ lm_sensors-2.8.3/Makefile 2004-03-08 18:08:30.344078783 +0100
|
|
@@ -95,7 +95,8 @@
|
|
# library files (both static and shared) will be installed.
|
|
LIBDIR := $(libdir)
|
|
|
|
-EXLDFLAGS := -Wl,-rpath,$(LIBDIR)
|
|
+#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
|