]> git.pld-linux.org Git - packages/digitemp.git/blob - digitemp-opt.patch
- pld rpmcflags patch for digitemp
[packages/digitemp.git] / digitemp-opt.patch
1 --- digitemp-3.3.2/Makefile.orig        2004-04-25 22:43:42.423912536 +0200
2 +++ digitemp-3.3.2/Makefile     2004-04-25 22:44:23.194714432 +0200
3 @@ -17,7 +17,7 @@
4  
5  
6  CC     = gcc
7 -CFLAGS = -I./src -I./userial -O2 # -g -Wall
8 +CFLAGS = -I./src -I./userial $(OPT) # -g -Wall
9  LIBS   = -lm
10  
11  OBJS           =       src/digitemp.o src/device_name.o
This page took 0.066217 seconds and 3 git commands to generate.