mirror of
https://github.com/ElvishArtisan/rivendell.git
synced 2025-10-12 09:33:37 +02:00
2014-08-14 Fred Gleason <fredg@paravelsystems.com>
* Modified the AC_INIT invocation in 'configure.ac' so as not to break on RHEL 6. * Added '--Wno-strict-aliasing' to 'AM_CPPFLAGS' in 'cae/Makefile.am'. * Added '--Wno-strict-aliasing' to 'AM_CPPFLAGS' in 'lib/Makefile.am'. * Added '--Wno-strict-aliasing' to 'AM_CPPFLAGS' in 'rdairplay/Makefile.am'.
This commit is contained in:
@@ -22,7 +22,7 @@
|
||||
##
|
||||
## Use automake to process this into a Makefile.in
|
||||
|
||||
AM_CPPFLAGS = -Wall -DPREFIX=\"$(prefix)\" -DQTDIR=\"@QT_DIR@\" @QT_CXXFLAGS@ -I$(top_srcdir)/lib
|
||||
AM_CPPFLAGS = -Wall -DPREFIX=\"$(prefix)\" -DQTDIR=\"@QT_DIR@\" @QT_CXXFLAGS@ -I$(top_srcdir)/lib -Wno-strict-aliasing
|
||||
LIBS = @QT_LIBS@ -L$(top_srcdir)/lib
|
||||
MOC = @QT_MOC@
|
||||
|
||||
|
Reference in New Issue
Block a user