]> git.pld-linux.org Git - packages/litecoin.git/commitdiff
pass CXX to make auto/th/litecoin-0.8.6.1-2
authorElan Ruusamäe <glen@delfi.ee>
Thu, 26 Dec 2013 20:03:11 +0000 (22:03 +0200)
committerElan Ruusamäe <glen@delfi.ee>
Thu, 26 Dec 2013 20:03:11 +0000 (22:03 +0200)
litecoin.spec

index 6c087c5ecd95bf1929e94e50538906baf1f9405e..26fc622363040fc2c9dc5a978b4a8f0bc362f628 100644 (file)
@@ -41,7 +41,8 @@ qmake-qt4 \
        USE_DBUS=1 \
        USE_QRCODE=1
 
-%{__make}
+%{__make} \
+       CXX="%{__cxx}"
 
 %{__make} -C src -f makefile.unix \
        CXX="%{__cxx}" \
This page took 0.169842 seconds and 4 git commands to generate.