diff options
author | diego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2010-11-03 08:12:22 +0000 |
---|---|---|
committer | Uoti Urpala <uau@glyph.nonexistent.invalid> | 2010-11-08 18:03:35 +0200 |
commit | dbc9a080f41d1cf1c89fb9874a231f5c4b1955f6 (patch) | |
tree | ed5b1b48e54be789c1574ea36ce8bfc9c15b22bd /configure | |
parent | e4230c554c8314a8c9929e69203e04492db7e823 (diff) | |
download | mpv-dbc9a080f41d1cf1c89fb9874a231f5c4b1955f6.tar.bz2 mpv-dbc9a080f41d1cf1c89fb9874a231f5c4b1955f6.tar.xz |
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
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -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&/')" |