[packages] remove 'svn:keywords' property on /packages as well, not needed anymore...
[openwrt/svn-archive/archive.git] / mail / mini_sendmail / patches / 500-flags.patch
1 Index: mini_sendmail-1.3.6/Makefile
2 ===================================================================
3 --- mini_sendmail-1.3.6.orig/Makefile 2007-08-28 17:58:37.000000000 +0200
4 +++ mini_sendmail-1.3.6/Makefile 2007-08-28 17:58:37.000000000 +0200
5 @@ -7,9 +7,10 @@
6 BINDIR = /usr/local/sbin
7 MANDIR = /usr/local/man
8 CC = gcc
9 -CFLAGS = -O
10 +OFLAGS = -O
11 +CFLAGS = $(OFLAGS)
12 #CFLAGS = -g
13 -LDFLAGS = -s -static
14 +LDFLAGS =
15 #LDFLAGS = -g -static
16 LDLIBS = $(SYSV_LIBS)
17