[packages/litecoin] pass CXX to make

glen glen at pld-linux.org
Thu Dec 26 21:03:26 CET 2013


commit 504d74cad964fc0a3ddb7d61ec481eb1991fc0cf
Author: Elan Ruusamäe <glen at delfi.ee>
Date:   Thu Dec 26 22:03:11 2013 +0200

    pass CXX to make

 litecoin.spec | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)
---
diff --git a/litecoin.spec b/litecoin.spec
index 6c087c5..26fc622 100644
--- a/litecoin.spec
+++ b/litecoin.spec
@@ -41,7 +41,8 @@ qmake-qt4 \
 	USE_DBUS=1 \
 	USE_QRCODE=1
 
-%{__make}
+%{__make} \
+	CXX="%{__cxx}"
 
 %{__make} -C src -f makefile.unix \
 	CXX="%{__cxx}" \
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/litecoin.git/commitdiff/504d74cad964fc0a3ddb7d61ec481eb1991fc0cf



More information about the pld-cvs-commit mailing list