summaryrefslogtreecommitdiffstats
path: root/mail/mini_sendmail/patches/500-flags.patch
blob: 39b42b40eacf628c3d5513e6b12b4fe5b66ecfe0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
Index: mini_sendmail-1.3.6/Makefile
===================================================================
--- mini_sendmail-1.3.6.orig/Makefile	2007-08-28 17:58:37.000000000 +0200
+++ mini_sendmail-1.3.6/Makefile	2007-08-28 17:58:37.000000000 +0200
@@ -7,9 +7,10 @@
 BINDIR =	/usr/local/sbin
 MANDIR =	/usr/local/man
 CC =		gcc
-CFLAGS =	-O
+OFLAGS =	-O
+CFLAGS =	$(OFLAGS)
 #CFLAGS =	-g
-LDFLAGS =	-s -static
+LDFLAGS =
 #LDFLAGS =	-g -static
 LDLIBS =	$(SYSV_LIBS)