From: yogib Date: Sun, 25 Apr 2004 21:05:16 +0000 (+0000) Subject: - pld rpmcflags patch for digitemp X-Git-Tag: auto/ac/digitemp-3_3_2-2~4 X-Git-Url: http://git.pld-linux.org/?p=packages%2Fdigitemp.git;a=commitdiff_plain;h=46a85a294212a3b21c5f2beca5ad25ab40bc47b1 - pld rpmcflags patch for digitemp Changed files: digitemp-opt.patch -> 1.1 --- diff --git a/digitemp-opt.patch b/digitemp-opt.patch new file mode 100644 index 0000000..18cd759 --- /dev/null +++ b/digitemp-opt.patch @@ -0,0 +1,11 @@ +--- digitemp-3.3.2/Makefile.orig 2004-04-25 22:43:42.423912536 +0200 ++++ digitemp-3.3.2/Makefile 2004-04-25 22:44:23.194714432 +0200 +@@ -17,7 +17,7 @@ + + + CC = gcc +-CFLAGS = -I./src -I./userial -O2 # -g -Wall ++CFLAGS = -I./src -I./userial $(OPT) # -g -Wall + LIBS = -lm + + OBJS = src/digitemp.o src/device_name.o