projects
/
openwrt
/
svn-archive
/
archive.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
[package] ruby: fix path to libiconv
[openwrt/svn-archive/archive.git]
/
mail
/
xmail
/
patches
/
020-Makefile.lnx.patch
1
--- a/Makefile.lnx
2
+++ b/Makefile.lnx
3
@@ -19,9 +19,9 @@
4
# Davide Libenzi <davidel@xmailserver.org>
5
#
6
SYSTYPE = linux
7
-CC = g++
8
-LD = g++
9
-STRIP = strip
10
+CC = $(CXX)
11
+LD = $(CXX)
12
+#STRIP = strip
13
14
ifneq ("$(WITH_SSL_INCLUDE)", "")
15
CFLAGS := $(CFLAGS) -I$(WITH_SSL_INCLUDE)