libssh2: update to 1.4.3
[packages.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)