diff options
author | Nicolas Thill <nico@openwrt.org> | 2005-06-17 06:23:49 +0000 |
---|---|---|
committer | Nicolas Thill <nico@openwrt.org> | 2005-06-17 06:23:49 +0000 |
commit | a68c52edf05055d7749a410e56cfaae785c5dddc (patch) | |
tree | 927e1d5b4b794935adad0ca819128b415ee5eb1e /openwrt/package/mini_sendmail/patches | |
parent | 4779c70fe8be603efcae9b89f57093df1032c3b0 (diff) | |
download | mtk-20170518-a68c52edf05055d7749a410e56cfaae785c5dddc.zip mtk-20170518-a68c52edf05055d7749a410e56cfaae785c5dddc.tar.gz mtk-20170518-a68c52edf05055d7749a410e56cfaae785c5dddc.tar.bz2 |
Add mini_sendmail package
SVN-Revision: 1268
Diffstat (limited to 'openwrt/package/mini_sendmail/patches')
-rw-r--r-- | openwrt/package/mini_sendmail/patches/500-flags.patch | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/openwrt/package/mini_sendmail/patches/500-flags.patch b/openwrt/package/mini_sendmail/patches/500-flags.patch new file mode 100644 index 0000000..eb5d65a --- /dev/null +++ b/openwrt/package/mini_sendmail/patches/500-flags.patch @@ -0,0 +1,15 @@ +--- mini_sendmail-1.3.5/Makefile.orig 2002-01-04 07:05:25.000000000 +0100 ++++ mini_sendmail-1.3.5/Makefile 2005-06-17 01:57:06.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) + |