nico a9f231baf2 [packages] move packages to a new 'mail' section, cleanup
git-svn-id: svn://svn.openwrt.org/openwrt/packages@11014 3c298f89-4303-0410-b956-a3cf2f4a3e73
2008-05-03 02:42:43 +00:00

18 lines
467 B
Diff

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)