SPECS: scalar.spec - just to make it the PLDway: %{rpmcflags}->%{r...
shadzik
shadzik at pld-linux.org
Sat Oct 28 16:53:58 CEST 2006
Author: shadzik Date: Sat Oct 28 14:53:58 2006 GMT
Module: SPECS Tag: HEAD
---- Log message:
- just to make it the PLDway: %{rpmcflags}->%{rpmcxxflags}
---- Files affected:
SPECS:
scalar.spec (1.2 -> 1.3)
---- Diffs:
================================================================
Index: SPECS/scalar.spec
diff -u SPECS/scalar.spec:1.2 SPECS/scalar.spec:1.3
--- SPECS/scalar.spec:1.2 Sat Oct 28 16:34:13 2006
+++ SPECS/scalar.spec Sat Oct 28 16:53:53 2006
@@ -41,7 +41,7 @@
%build
%{__make} \
CXX="%{__cxx}" \
- CXXFLAGS="%{rpmcflags}"
+ CXXFLAGS="%{rpmcxxflags}"
%install
rm -rf $RPM_BUILD_ROOT
@@ -70,6 +70,9 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.3 2006/10/28 14:53:53 shadzik
+- just to make it the PLDway: %{rpmcflags}->%{rpmcxxflags}
+
Revision 1.2 2006/10/28 14:34:13 shadzik
- use CXXFLAGS to optimize, OPTIMIZE=... didn't give a sh** :)
================================================================
---- CVS-web:
http://cvs.pld-linux.org/SPECS/scalar.spec?r1=1.2&r2=1.3&f=u
More information about the pld-cvs-commit
mailing list