Mailing List Archive

mythtv branch master updated by dhampton. v30-Pre-332-gf267537
The branch, master has been updated on the
mythtv repository by gitolite user dhampton.
via f26753756ef59c84773aef7244e098af3477d276 (commit)
from 90f9457b74f1ccd0df31c825b1e721203e5075ff (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit f26753756ef59c84773aef7244e098af3477d276
Author: David Hampton <mythtv@love2code.net> at Mon, 20 Nov 2017 18:59:05 -0500
Committer: David Hampton <mythtv@love2code.net> at Mon, 20 Nov 2017 18:59:05 -0500
URL: http://code.mythtv.org/cgit/mythtv/commit/?id=f26753756ef59c84773aef7244e098af3477d276

Fix linking of test binaries on Ubuntu 17.10.
The default linker behavior has changed in Ubuntu 17.10. The old
behavior was to emit a DT_RPATH tag (which has a similar effect to the
LD_LIBRARY_PATH environment variable) which applied both to the search
path of the binaries and the search path of dependent libraries. The
new behavior is to emit a DT_RUNPATH line which only applies to the
search path of the binaries and not to dependent libraries. Adding
-Wl,--disable-new-dtags will restore the old behavior. The new
behavior is considered "more correct" so this will probably have to be
revisited in the future.



-----------------------------------------------------------------------

Summary of changes:
.../test/test_audioconvert/test_audioconvert.pro | 3 +++
.../test/test_audioutils/test_audioutils.pro | 3 +++
.../test/test_programinfo/test_programinfo.pro | 3 +++
.../test/test_videometadata/test_videometadata.pro | 3 +++
.../test/test_copyframes/test_copyframes.pro | 3 +++
.../test/test_eitfixups/test_eitfixups.pro | 3 +++
.../test/test_iptvrecorder/test_iptvrecorder.pro | 3 +++
.../test/test_mpegtables/test_mpegtables.pro | 3 +++
8 files changed, 24 insertions(+), 0 deletions(-)

--

_______________________________________________
mythtv-firehose mailing list
mythtv-firehose@mythtv.org
http://lists.mythtv.org/mailman/listinfo/mythtv-firehose