SPECS: openoffice.org.spec - Added -fpermissive to turn "extra qua...

qrczak qrczak at pld-linux.org
Sat Dec 24 19:59:51 CET 2005


Author: qrczak                       Date: Sat Dec 24 18:59:51 2005 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- Added -fpermissive to turn "extra qualification" errors with gcc4
  into warnings.

---- Files affected:
SPECS:
   openoffice.org.spec (1.565 -> 1.566) 

---- Diffs:

================================================================
Index: SPECS/openoffice.org.spec
diff -u SPECS/openoffice.org.spec:1.565 SPECS/openoffice.org.spec:1.566
--- SPECS/openoffice.org.spec:1.565	Tue Dec 20 15:38:18 2005
+++ SPECS/openoffice.org.spec	Sat Dec 24 19:59:46 2005
@@ -1691,7 +1691,7 @@
 CC="%{__cc}"
 CXX="%{__cxx}"
 ENVCFLAGS="%{rpmcflags}"
-ENVCFLAGSCXX="%{rpmcflags}"
+ENVCFLAGSCXX="%{rpmcflags} -fpermissive"
 DESTDIR=$RPM_BUILD_ROOT
 IGNORE_MANIFEST_CHANGES=1
 QTINC="%{_includedir}/qt"
@@ -2266,6 +2266,10 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.566  2005/12/24 18:59:46  qrczak
+- Added -fpermissive to turn "extra qualification" errors with gcc4
+  into warnings.
+
 Revision 1.565  2005/12/20 14:38:18  qboosh
 - noted currently unpackaged files
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SPECS/openoffice.org.spec?r1=1.565&r2=1.566&f=u



More information about the pld-cvs-commit mailing list