commit b307f9f03aece0c10a019d5462b04a1b657cf130
Author: Elan Ruusamäe <[email protected]>
Date:   Sun Mar 2 16:21:44 2014 +0200

    use our cxx/cxxflags

 phantomjs.spec | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)
---
diff --git a/phantomjs.spec b/phantomjs.spec
index 8e17480..9fd792f 100644
--- a/phantomjs.spec
+++ b/phantomjs.spec
@@ -63,9 +63,10 @@ rm -r src/breakpad
 %patch8 -p1
 
 %build
-export CFLAGS="%{rpmcflags}"
 qmake-qt4
-%{__make}
+%{__make} \
+       CXX="%{__cxx}" \
+       CXXFLAGS="%{rpmcxxflags}"
 
 %install
 rm -rf $RPM_BUILD_ROOT
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/phantomjs.git/commitdiff/b307f9f03aece0c10a019d5462b04a1b657cf130

_______________________________________________
pld-cvs-commit mailing list
[email protected]
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit

Reply via email to