udevtrigger: Breakout udevtrigger package
[openwrt-10.03/.git] / package / udevtrigger / patches / 001-no_debug.patch
1 Index: udev-106/Makefile
2 ===================================================================
3 --- udev-106.orig/Makefile      2007-06-04 13:22:17.765154568 +0200
4 +++ udev-106/Makefile   2007-06-04 13:22:17.831144536 +0200
5 @@ -113,7 +113,7 @@
6  AR = $(CROSS_COMPILE)ar
7  RANLIB = $(CROSS_COMPILE)ranlib
8  
9 -CFLAGS         = -g -Wall -pipe -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64
10 +CFLAGS         = -Wall -pipe -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64
11  WARNINGS       = -Wstrict-prototypes -Wsign-compare -Wshadow \
12                   -Wchar-subscripts -Wmissing-declarations -Wnested-externs \
13                   -Wpointer-arith -Wcast-align -Wsign-compare -Wmissing-prototypes
14 @@ -130,7 +130,7 @@
15  
16  # if DEBUG is enabled, then we do not strip
17  ifeq ($(strip $(DEBUG)),true)
18 -       CFLAGS  += -DDEBUG
19 +       CFLAGS  += -g -DDEBUG
20  endif
21  
22  ifeq ($(strip $(USE_GCOV)),true)