Author: pluto                        Date: Tue Nov  1 00:27:01 2005 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- avoid violations of aliasing rules.

---- Files affected:
SPECS:
   Mesa.spec (1.91 -> 1.92) 

---- Diffs:

================================================================
Index: SPECS/Mesa.spec
diff -u SPECS/Mesa.spec:1.91 SPECS/Mesa.spec:1.92
--- SPECS/Mesa.spec:1.91        Mon Oct 31 14:04:55 2005
+++ SPECS/Mesa.spec     Tue Nov  1 01:26:56 2005
@@ -272,7 +272,7 @@
 %{__make} linux${targ}-static \
        CC="%{__cc}" \
        CXX="%{__cxx}" \
-       OPT_FLAGS="%{rpmcflags}" \
+       OPT_FLAGS="%{rpmcflags} -fno-strict-aliasing" \
        XLIB_DIR=%{_libdir} \
        GLW_SOURCES="GLwDrawA.c%{?with_motif: GLwMDrawA.c}" \
        SRC_DIRS="mesa glu glw" \
@@ -284,7 +284,7 @@
        CC="%{__cc}" \
        CXX="%{__cxx}" \
        MKDEP=makedepend \
-       OPT_FLAGS="%{rpmcflags}" \
+       OPT_FLAGS="%{rpmcflags} -fno-strict-aliasing" \
        XLIB_DIR=%{_libdir} \
        SRC_DIRS="glx/x11 mesa glu glw" \
        PROGRAM_DIRS=
@@ -295,7 +295,7 @@
 %{__make} linux${targ} \
        CC="%{__cc}" \
        CXX="%{__cxx}" \
-       OPT_FLAGS="%{rpmcflags}" \
+       OPT_FLAGS="%{rpmcflags} -fno-strict-aliasing" \
        XLIB_DIR=%{_libdir} \
        SRC_DIRS="mesa" \
        PROGRAM_DIRS=
@@ -458,6 +458,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.92  2005/11/01 00:26:56  pluto
+- avoid violations of aliasing rules.
+
 Revision 1.91  2005/10/31 13:04:55  qboosh
 - split libGL/libGLU/libGLw/utils
 - build ffb_dri.so only on sparc*
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SPECS/Mesa.spec?r1=1.91&r2=1.92&f=u

_______________________________________________
pld-cvs-commit mailing list
[email protected]
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit

Reply via email to