2014-08-14 Fred Gleason <fredg@paravelsystems.com>

* Added '-lm' and '-lpthread' to @LIB_RDLIBS@ in 'configure.in'
	to fix broken compilation on RHEL 7.
	* Fixed a regression in 'lib/rdcreate_log.cpp' that broke creation
	of new logs.
This commit is contained in:
Fred Gleason
2014-08-14 11:27:49 -04:00
parent afd67c7af8
commit 18913bb083
3 changed files with 7 additions and 2 deletions

View File

@@ -14295,3 +14295,8 @@
'RDWaveData:setDaypartStartTime()', 'RDWaveData::daypartEndTime()'
and 'RDWaveData::setDaypartEndTime()' methods in 'lib/rdwavdata.cpp'
and 'lib/rdwavedata.h'.
2014-08-14 Fred Gleason <fredg@paravelsystems.com>
* Added '-lm' and '-lpthread' to @LIB_RDLIBS@ in 'configure.in'
to fix broken compilation on RHEL 7.
* Fixed a regression in 'lib/rdcreate_log.cpp' that broke creation
of new logs.