packages/mail/xmail/patches/020-Makefile.lnx.patch
florian c1674636bd Update xmail to 1.25 (#3607)
git-svn-id: svn://svn.openwrt.org/openwrt/packages@11718 3c298f89-4303-0410-b956-a3cf2f4a3e73
2008-07-06 14:56:42 +00:00

16 lines
282 B
Diff

--- a/Makefile.lnx
+++ b/Makefile.lnx
@@ -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)