[MPlayer-dev-eng] [PATCH] runtime linker path option in 'configure'
Diego Biurrun
diego at biurrun.de
Fri Jun 9 15:48:12 CEST 2006
On Thu, Jun 08, 2006 at 08:34:21PM -0500, Derek E. Lewis wrote:
> Here is a second patch. The default behaviour of rpath is determined
> too late. Once it is defined as 'yes' for NetBSD, it is then reset back
> to 'no' when the default behaviours are defined. I've moved the NetBSD
> check inside of the rpath test. This shouldn't effect anything, because
> rpath is only used for extra libs, so the tests preceeding this
> shouldn't break.
>
> --- configure (revision 18657)
> +++ configure (working copy)
> @@ -2962,6 +2959,23 @@
> fi
> echores "$_pthreads"
>
> +echocheck "rpath"
> +if netbsd ; then
> +_rpath=yes
> +elif test "$_rpath" != no ; then
Just perform the test when that variable is set to auto.
Diego
More information about the MPlayer-dev-eng
mailing list