]> git.pld-linux.org Git - packages/lm_sensors.git/commitdiff
- iconv() is in glibc, don't use -liconv
authorJakub Bogusz <qboosh@pld-linux.org>
Sun, 18 Apr 2004 15:25:04 +0000 (15:25 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    lm_sensors-iconv-in-libc.patch -> 1.1

lm_sensors-iconv-in-libc.patch [new file with mode: 0644]

diff --git a/lm_sensors-iconv-in-libc.patch b/lm_sensors-iconv-in-libc.patch
new file mode 100644 (file)
index 0000000..a5d7a14
--- /dev/null
@@ -0,0 +1,11 @@
+--- lm_sensors-2.8.6/prog/sensors/Module.mk.orig       2004-03-27 11:30:04.000000000 +0100
++++ lm_sensors-2.8.6/prog/sensors/Module.mk    2004-04-18 17:29:14.681584112 +0200
+@@ -33,7 +33,7 @@
+ # executables.
+ INCLUDEFILES += $(PROGSENSORSSOURCES:.c=.rd)
+-LIBICONV := $(shell if /sbin/ldconfig -p | grep -q libiconv\\.so ; then echo \-liconv; else echo; fi)
++LIBICONV :=
+ $(PROGSENSORSTARGETS): $(PROGSENSORSSOURCES:.c=.ro) lib/$(LIBSHBASENAME)
+       $(CC) $(EXLDFLAGS) -o $@ $(PROGSENSORSSOURCES:.c=.ro) $(LIBICONV) -Llib -lsensors
This page took 0.030699 seconds and 4 git commands to generate.