SPECS: STLport.spec - added patch gcc420_dirty_hack - added notice...
sls
sls at pld-linux.org
Fri Dec 22 11:18:12 CET 2006
Author: sls Date: Fri Dec 22 10:18:12 2006 GMT
Module: SPECS Tag: HEAD
---- Log message:
- added patch gcc420_dirty_hack
- added notice about problem with older gcc-4.2.0
---- Files affected:
SPECS:
STLport.spec (1.65 -> 1.66)
---- Diffs:
================================================================
Index: SPECS/STLport.spec
diff -u SPECS/STLport.spec:1.65 SPECS/STLport.spec:1.66
--- SPECS/STLport.spec:1.65 Fri Dec 22 11:11:54 2006
+++ SPECS/STLport.spec Fri Dec 22 11:18:06 2006
@@ -1,4 +1,6 @@
# $Revision$, $Date$
+# NOTICE:
+# probably doesn't build with libstdc++ < 4.2.0-200612 (<= 4.1.2 should be OK)
Summary: C++ standard library
Summary(pl): Biblioteki standardowe C++
Name: STLport
@@ -11,6 +13,7 @@
# Source0-md5: 784be5e0499009aeea6e9ec8f7259c41
Patch0: %{name}-endianness.patch
Patch1: %{name}-type_promotion.patch
+Patch2: %{name}-gcc420_dirty_hack.patch
URL: http://stlport.sourceforge.net/
BuildRequires: libstdc++-devel >= 5:3.3.2
BuildRequires: sed >= 4.0
@@ -54,6 +57,7 @@
%setup -q -n %{name}
%patch0 -p1
%patch1 -p1
+%patch2 -p1
sed -i -e 's/= -O2$/= %{rpmcflags}/' build/Makefiles/gmake/gcc.mak
@@ -104,6 +108,10 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.66 2006/12/22 10:18:06 sls
+- added patch gcc420_dirty_hack
+- added notice about problem with older gcc-4.2.0
+
Revision 1.65 2006/12/22 10:11:54 sls
- reverted last 2 changes (openoffice.org doesn't like stlport-5.1.0)
================================================================
---- CVS-web:
http://cvs.pld-linux.org/SPECS/STLport.spec?r1=1.65&r2=1.66&f=u
More information about the pld-cvs-commit
mailing list