f4b3bb9664
git-svn-id: svn://svn.openwrt.org/openwrt/packages@7280 3c298f89-4303-0410-b956-a3cf2f4a3e73
17 lines
441 B
Diff
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)
|