--- findchip/Makefile.orig 2004-09-05 13:57:08.955686080 +0200 +++ findchip/Makefile 2004-09-05 13:57:33.230995672 +0200 @@ -31,7 +31,7 @@ ###################################################################### CC = gcc -CFLAGS= $(RPM_OPT_FLAGS) $(SYS_INCLUDES) -O2 -Wall -Wstrict-prototypes +CFLAGS= $(SYS_INCLUDES) -Wall -Wstrict-prototypes $(GCFLAGS) SRCS = findchip.c smc.c nsc.c winbond.c OBJS = $(SRCS:.c=.o) --- irattach/Makefile.orig 2004-09-05 14:04:25.793276672 +0200 +++ irattach/Makefile 2004-09-05 14:05:35.134735168 +0200 @@ -41,7 +41,7 @@ SYS_LIBRARIES = SYS_LIBPATH = -L/usr/lib -L/usr/local/lib -CFLAGS= -O2 -W -Wall -Wstrict-prototypes -Wshadow $(SYS_INCLUDES) +CFLAGS= -W -Wall -Wstrict-prototypes -Wshadow $(SYS_INCLUDES) $(GCFLAGS) # # Files to make --- irdaping/Makefile.orig 2004-09-05 14:08:08.789376112 +0200 +++ irdaping/Makefile 2004-09-05 14:08:33.053687376 +0200 @@ -41,7 +41,7 @@ SYS_LIBRARIES = SYS_LIBPATH = -L/usr/lib -L/usr/local/lib -CFLAGS= $(RPM_OPT_FLAGS) $(SYS_INCLUDES) -Wall -Wstrict-prototypes +CFLAGS= $(SYS_INCLUDES) -Wall -Wstrict-prototypes $(GCFLAGS) # # Files to make --- irsockets/Makefile.orig 2004-09-05 14:10:27.668263312 +0200 +++ irsockets/Makefile 2004-09-05 14:11:00.009346720 +0200 @@ -41,7 +41,7 @@ SYS_LIBRARIES = SYS_LIBPATH = -L/usr/lib -L/usr/local/lib -CFLAGS= $(SYS_INCLUDES) $(RPM_OPT_FLAGS) -O2 -Wall -Wstrict-prototypes +CFLAGS= $(SYS_INCLUDES) -Wall -Wstrict-prototypes $(GCFLAGS) # # Files to make --- psion/Makefile.orig 2004-09-05 14:12:11.055546056 +0200 +++ psion/Makefile 2004-09-05 14:12:45.265345376 +0200 @@ -9,6 +9,6 @@ install: install irpsion5 $(ROOT)/usr/bin -CFLAGS += -g -I../include -Wall -Wstrict-prototypes $(RPM_OPT_FLAGS) +CFLAGS += -g -I../include -Wall -Wstrict-prototypes $(GCFLAGS) irpsion5: irpsion5.c --- tekram/Makefile.orig 2004-09-05 14:17:54.910272192 +0200 +++ tekram/Makefile 2004-09-05 14:19:02.502996536 +0200 @@ -41,7 +41,7 @@ SYS_LIBRARIES = SYS_LIBPATH = -L/usr/lib -L/usr/local/lib -CFLAGS= $(RPM_OPT_FLAGS) $(SYS_INCLUDES) -Wall -Wstrict-prototypes +CFLAGS= $(SYS_INCLUDES) -Wall -Wstrict-prototypes $(GCFLAGS) # # Files to make