SPECS: stella.spec - use CXXFLAGS and LDFLAGS
lisu
lisu at pld-linux.org
Mon Aug 20 22:06:10 CEST 2007
Author: lisu Date: Mon Aug 20 20:06:10 2007 GMT
Module: SPECS Tag: HEAD
---- Log message:
- use CXXFLAGS and LDFLAGS
---- Files affected:
SPECS:
stella.spec (1.14 -> 1.15)
---- Diffs:
================================================================
Index: SPECS/stella.spec
diff -u SPECS/stella.spec:1.14 SPECS/stella.spec:1.15
--- SPECS/stella.spec:1.14 Mon Aug 20 21:33:59 2007
+++ SPECS/stella.spec Mon Aug 20 22:06:05 2007
@@ -38,8 +38,10 @@
./configure \
--prefix=%{_prefix}
%{__make} \
- CC="%{__cc}" \
- CXX="%{__cxx}"
+ CXX="%{__cxx}" \
+ LD="%{__cxx}" \
+ CXXFLAGS="%{rpmcxxflags}" \
+ LDFLAGS="%{rpmldflags}"
%install
rm -rf $RPM_BUILD_ROOT
@@ -68,6 +70,9 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.15 2007/08/20 20:06:05 lisu
+- use CXXFLAGS and LDFLAGS
+
Revision 1.14 2007/08/20 19:33:59 lisu
- another BR: OpenGL-devel
================================================================
---- CVS-web:
http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/stella.spec?r1=1.14&r2=1.15&f=u
More information about the pld-cvs-commit
mailing list