[mythtv-commits] mythtv/fixes/0.24 commit: c66dceb8f by Mark Kendall (mark-kendall)

MythTV noreply at mythtv.org
Mon Feb 21 01:00:21 UTC 2011


      Author:  Mark Kendall <mkendall at mythtv.org>
 Change Date:  2011-02-20T17:00:00-08:00
   Push Date:  2011/02/20 17:00:19 -0800
  Repository:  mythtv
      Branch:  fixes/0.24
New Revision:  c66dceb8f9978d7215441116fc7aca1d624c03a4
   Changeset:  https://github.com/MythTV/mythtv/commit/c66dceb8f

Log:

configure: Fix libs order in check_ld()

With patch and commentary from Lawrence Rust:

'The configure script defines the function check_ld which tests if a
named function can be compiled with specified headers and libraries.
However, the libraries are placed after $extralibs in the linker
invocation which can cause the link to fail if the tested libraries
depend on $extralibs.'
(cherry picked from commit ef68bf72072f646603ab3fd6e7dddf4ac6f69fb5)

Modified:

   mythtv/configure



More information about the mythtv-commits mailing list