Mercurial > mplayer.hg
changeset 32486:d18030ed576f
Do not enable rpath on NetBSD.
patch extracted from the NetBSD pkgsrc tree
author | diego |
---|---|
date | Wed, 03 Nov 2010 08:12:22 +0000 |
parents | 2746e4f916f6 |
children | 7e21cc8ad3d4 |
files | configure |
diffstat | 1 files changed, 0 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/configure Wed Nov 03 08:09:31 2010 +0000 +++ b/configure Wed Nov 03 08:12:22 2010 +0000 @@ -3586,7 +3586,6 @@ echores "$_w32threads" echocheck "rpath" -netbsd &&_rpath=yes if test "$_rpath" = yes ; then for I in $(echo $extra_ldflags | sed 's/-L//g') ; do tmp="$tmp $(echo $I | sed 's/.*/ -L& -Wl,-R&/')"