[packages] move packages to a new 'mail' section, cleanup
[openwrt/svn-archive/archive.git] / mail / xmail / patches / 020-Makefile.lnx.patch
1 diff -ruaN xmail-1.24.orig/Makefile.lnx xmail-1.24/Makefile.lnx
2 --- xmail-1.24.orig/Makefile.lnx 2006-12-31 20:03:59.000000000 +0100
3 +++ xmail-1.24/Makefile.lnx 2007-02-02 13:11:29.000000000 +0100
4 @@ -19,9 +19,9 @@
5 # Davide Libenzi <davidel@xmailserver.org>
6 #
7 SYSTYPE = linux
8 -CC = g++
9 -LD = g++
10 -STRIP = strip
11 +CC = $(CXX)
12 +LD = $(CXX)
13 +#STRIP = strip
14
15 ifneq ("$(WITH_SSL_INCLUDE)", "")
16 CFLAGS := $(CFLAGS) -I$(WITH_SSL_INCLUDE)