SPECS: pp3.spec - pass CXX and CXXFLAGS

darekr darekr at pld-linux.org
Sun Sep 10 01:38:18 CEST 2006


Author: darekr                       Date: Sat Sep  9 23:38:18 2006 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- pass CXX and CXXFLAGS

---- Files affected:
SPECS:
   pp3.spec (1.8 -> 1.9) 

---- Diffs:

================================================================
Index: SPECS/pp3.spec
diff -u SPECS/pp3.spec:1.8 SPECS/pp3.spec:1.9
--- SPECS/pp3.spec:1.8	Tue Mar  1 00:02:38 2005
+++ SPECS/pp3.spec	Sun Sep 10 01:38:13 2006
@@ -72,7 +72,9 @@
 %patch0 -p0
 
 %build
-%{__make}
+%{__make} \
+	CXX="%{__cxx}" \
+	CXXFLAGS="%{rpmcxxflags}"
 
 %install
 rm -rf $RPM_BUILD_ROOT
@@ -104,6 +106,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.9  2006/09/09 23:38:13  darekr
+- pass CXX and CXXFLAGS
+
 Revision 1.8  2005/02/28 23:02:38  zbyniu
 - BR: libstdc++-devel
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SPECS/pp3.spec?r1=1.8&r2=1.9&f=u



More information about the pld-cvs-commit mailing list