mirror of
https://github.com/ElvishArtisan/rivendell.git
synced 2025-07-31 16:09:35 +02:00
2018-11-16 Fred Gleason <fredg@paravelsystems.com>
* Added '-fno-var-tracking-assignments' to the 'AM_CPPFLAGS' rule for rddbmgr(8).
This commit is contained in:
parent
c1ba5c92a9
commit
09f4557db6
@ -18018,3 +18018,6 @@
|
||||
2018-11-16 Fred Gleason <fredg@paravelsystems.com>
|
||||
* Refactored schema modification routines in rddbmgr(8) to check
|
||||
for existence of a field before dropping it.
|
||||
2018-11-16 Fred Gleason <fredg@paravelsystems.com>
|
||||
* Added '-fno-var-tracking-assignments' to the 'AM_CPPFLAGS' rule
|
||||
for rddbmgr(8).
|
||||
|
@ -17,7 +17,7 @@
|
||||
##
|
||||
## Use automake to process this into a Makefile.in
|
||||
|
||||
AM_CPPFLAGS = -Wall -DPREFIX=\"$(prefix)\" -I$(top_srcdir)/lib @QT4_CFLAGS@ -DQT3_SUPPORT -I/usr/include/Qt3Support
|
||||
AM_CPPFLAGS = -Wall -fno-var-tracking-assignments -DPREFIX=\"$(prefix)\" -I$(top_srcdir)/lib @QT4_CFLAGS@ -DQT3_SUPPORT -I/usr/include/Qt3Support
|
||||
LIBS = -L$(top_srcdir)/lib
|
||||
MOC = @QT_MOC@
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user