rhythmbox r5602 - in trunk: . metadata rhythmdb sources



Author: hadess
Date: Mon Mar  3 18:49:35 2008
New Revision: 5602
URL: http://svn.gnome.org/viewvc/rhythmbox?rev=5602&view=rev

Log:
2008-03-03  Bastien Nocera  <hadess hadess net>

	* metadata/Makefile.am:
	* rhythmdb/Makefile.am:
	* sources/Makefile.am: Use -fno-strict-aliasing for those
	directories when the compiler supports it



Modified:
   trunk/ChangeLog
   trunk/metadata/Makefile.am
   trunk/rhythmdb/Makefile.am
   trunk/sources/Makefile.am

Modified: trunk/metadata/Makefile.am
==============================================================================
--- trunk/metadata/Makefile.am	(original)
+++ trunk/metadata/Makefile.am	Mon Mar  3 18:49:35 2008
@@ -8,7 +8,8 @@
 	-I$(top_srcdir) 				\
 	-I$(top_srcdir)/lib 				\
 	-I$(top_srcdir)/widgets				\
-	$(RHYTHMBOX_CFLAGS)
+	$(RHYTHMBOX_CFLAGS)				\
+	$(NO_STRICT_ALIASING_CFLAGS)
 
 if WITH_METADATA_HELPER
 

Modified: trunk/rhythmdb/Makefile.am
==============================================================================
--- trunk/rhythmdb/Makefile.am	(original)
+++ trunk/rhythmdb/Makefile.am	Mon Mar  3 18:49:35 2008
@@ -15,7 +15,8 @@
 	-I$(top_srcdir)/metadata			\
 	-I$(top_builddir)/lib                           \
 	$(GDA_CFLAGS)					\
-	$(RHYTHMBOX_CFLAGS)
+	$(RHYTHMBOX_CFLAGS)				\
+	$(NO_STRICT_ALIASING_CFLAGS)
 
 librhythmdb_la_SOURCES =				\
 	rb-refstring.c					\

Modified: trunk/sources/Makefile.am
==============================================================================
--- trunk/sources/Makefile.am	(original)
+++ trunk/sources/Makefile.am	Mon Mar  3 18:49:35 2008
@@ -60,7 +60,8 @@
 	-DDATADIR=\""$(datadir)"\"			\
 	$(TOTEM_PLPARSER_CFLAGS)			\
 	$(HAL_CFLAGS)					\
-	$(RHYTHMBOX_CFLAGS)
+	$(RHYTHMBOX_CFLAGS)				\
+	$(NO_STRICT_ALIASING_CFLAGS)
 
 libsources_la_LDFLAGS = -export-dynamic
 libsourcesimpl_la_LDFLAGS = -export-dynamic



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]