Author: qrczak Date: Mon Feb 21 12:55:03 2005 GMT
Module: SPECS Tag: HEAD
---- Log message:
- g++ should be used for linking if there is a C++ module, at least
with gcc4.
- Release 7.
---- Files affected:
SPECS:
python.spec (1.227 -> 1.228)
---- Diffs:
================================================================
Index: SPECS/python.spec
diff -u SPECS/python.spec:1.227 SPECS/python.spec:1.228
--- SPECS/python.spec:1.227 Sun Feb 20 23:01:59 2005
+++ SPECS/python.spec Mon Feb 21 13:54:56 2005
@@ -31,7 +31,7 @@
Summary(uk): íĎ×Á ĐŇĎÇŇÁÍŐ×ÁÎÎŃ ÄŐÖĹ ×ÉÓĎËĎÇĎ ŇŚ×ÎŃ Ú X-ŚÎÔĹŇĆĹĘÓĎÍ
Name: python
Version: %{py_ver}
-Release: 6
+Release: 7
Epoch: 1
License: PSF
Group: Applications
@@ -492,7 +492,8 @@
--with-threads \
--with-cxx=%{__cxx} \
--enable-unicode=ucs4 \
- --enable-shared
+ --enable-shared \
+ LINKCC='$(PURIFY) $(CXX)'
%{__make} \
OPT="%{rpmcflags}"
@@ -816,6 +817,11 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.228 2005/02/21 12:54:56 qrczak
+- g++ should be used for linking if there is a C++ module, at least
+ with gcc4.
+- Release 7.
+
Revision 1.227 2005/02/20 22:01:59 darekr
- BR: sed 4.0
================================================================
---- CVS-web:
http://cvs.pld-linux.org/SPECS/python.spec?r1=1.227&r2=1.228&f=u
_______________________________________________
pld-cvs-commit mailing list
[email protected]
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit