packages/mail/xmail/patches/020-Makefile.lnx.patch
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

17 lines
441 B
Diff

diff -ruaN xmail-1.24.orig/Makefile.lnx xmail-1.24/Makefile.lnx
--- xmail-1.24.orig/Makefile.lnx 2006-12-31 20:03:59.000000000 +0100
+++ xmail-1.24/Makefile.lnx 2007-02-02 13:11:29.000000000 +0100
@@ -19,9 +19,9 @@
# Davide Libenzi <davidel@xmailserver.org>
#
SYSTYPE = linux
-CC = g++
-LD = g++
-STRIP = strip
+CC = $(CXX)
+LD = $(CXX)
+#STRIP = strip
ifneq ("$(WITH_SSL_INCLUDE)", "")
CFLAGS := $(CFLAGS) -I$(WITH_SSL_INCLUDE)