let ipkg fail when a package file to be installed is not found
[openwrt/svn-archive/archive.git] / openwrt / package / olsrd / patches / olsrd-0.4.10-opt-flags.diff
1 diff -ruN olsrd-0.4.10-old/Makefile.inc olsrd-0.4.10-new/Makefile.inc
2 --- olsrd-0.4.10-old/Makefile.inc 2006-01-01 16:58:20.000000000 +0100
3 +++ olsrd-0.4.10-new/Makefile.inc 2006-01-05 17:57:23.000000000 +0100
4 @@ -21,7 +21,7 @@
5 ifndef CFLAGS
6 CFLAGS += -Wall -Wmissing-prototypes -Wstrict-prototypes \
7 -Wmissing-declarations -Wsign-compare
8 -CFLAGS += -O2 -g
9 +CFLAGS += $(OFLAGS)
10 endif
11
12 ifdef OLSRD_PLUGIN