let ipkg fail when a package file to be installed is not found
[openwrt.git] / openwrt / package / mini_sendmail / patches / 500-flags.patch
1 --- mini_sendmail-1.3.5/Makefile.orig   2002-01-04 07:05:25.000000000 +0100
2 +++ mini_sendmail-1.3.5/Makefile        2005-06-17 01:57:06.000000000 +0200
3 @@ -7,9 +7,10 @@
4  BINDIR =       /usr/local/sbin
5  MANDIR =       /usr/local/man
6  CC =           gcc
7 -CFLAGS =       -O
8 +OFLAGS =       -O
9 +CFLAGS =       $(OFLAGS)
10  #CFLAGS =      -g
11 -LDFLAGS =      -s -static
12 +LDFLAGS =
13  #LDFLAGS =     -g -static
14  LDLIBS =       $(SYSV_LIBS)
15