configure: Do not enable rpath on NetBSD

patch extracted from the NetBSD pkgsrc tree

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@32573 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
diego 2010-11-03 08:12:22 +00:00 committed by Uoti Urpala
parent e4230c554c
commit dbc9a080f4
1 changed files with 0 additions and 1 deletions

1
configure vendored
View File

@ -3316,7 +3316,6 @@ test "$_w32threads" = yes && def_threads='#define HAVE_THREADS 1'
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&/')"