mirror of
https://github.com/ElvishArtisan/rivendell.git
synced 2025-04-14 08:39:31 +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:
parent
e0e5d76d6c
commit
433852598c
@ -14371,3 +14371,6 @@
|
||||
'make install' rule when using DESTDIR.
|
||||
* Fixed a bug in 'configure.ac' that cause an incorrect VERSION
|
||||
string to be generated.
|
||||
2014-08-14 Fred Gleason <fredg@paravelsystems.com>
|
||||
* Modified the AC_INIT invocation in 'configure.ac' so as not
|
||||
to break on RHEL 6.
|
||||
|
@ -21,7 +21,7 @@
|
||||
##
|
||||
## Use automake to process this into a Makefile.in
|
||||
|
||||
AM_CPPFLAGS = -Wall @QT_CXXFLAGS@ -I$(top_srcdir)/lib -I$(top_srcdir)/rdhpi
|
||||
AM_CPPFLAGS = -Wall @QT_CXXFLAGS@ -I$(top_srcdir)/lib -I$(top_srcdir)/rdhpi -Wno-strict-aliasing
|
||||
LIBS = @QT_LIBS@ -L$(top_srcdir)/lib -L$(top_srcdir)/rdhpi
|
||||
MOC = @QT_MOC@
|
||||
|
||||
|
@ -19,7 +19,8 @@ dnl License along with this program; if not, write to the Free Software
|
||||
dnl Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
|
||||
dnl
|
||||
|
||||
AC_INIT([rivendell],m4_esyscmd_s(cat PACKAGE_VERSION))
|
||||
AC_INIT([rivendell],m4_esyscmd(cat PACKAGE_VERSION))
|
||||
dnl AC_INIT([rivendell],m4_esyscmd_s(cat PACKAGE_VERSION))
|
||||
AM_INIT_AUTOMAKE
|
||||
AC_SUBST(RPM_RELEASE,1)
|
||||
m4_ifdef([AM_SILENT_RULES],[AM_SILENT_RULES([yes])])
|
||||
|
@ -22,7 +22,7 @@
|
||||
##
|
||||
## Use automake to process this into a Makefile.in
|
||||
|
||||
AM_CPPFLAGS = -Wall -DPREFIX=\"$(prefix)\" @QT_CXXFLAGS@
|
||||
AM_CPPFLAGS = -Wall -DPREFIX=\"$(prefix)\" @QT_CXXFLAGS@ -Wno-strict-aliasing
|
||||
MOC = @QT_MOC@
|
||||
CWRAP = ../helpers/cwrap
|
||||
|
||||
|
@ -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@
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user