From 46a85a294212a3b21c5f2beca5ad25ab40bc47b1 Mon Sep 17 00:00:00 2001 From: yogib Date: Sun, 25 Apr 2004 21:05:16 +0000 Subject: [PATCH] - pld rpmcflags patch for digitemp Changed files: digitemp-opt.patch -> 1.1 --- digitemp-opt.patch | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 digitemp-opt.patch 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 -- 2.43.0