packages/mail/xmail/patches/020-Makefile.lnx.patch

16 lines
282 B
Diff
Raw Normal View History

--- 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)