summaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
authordiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2010-11-03 08:12:22 +0000
committerUoti Urpala <uau@glyph.nonexistent.invalid>2010-11-08 18:03:35 +0200
commitdbc9a080f41d1cf1c89fb9874a231f5c4b1955f6 (patch)
treeed5b1b48e54be789c1574ea36ce8bfc9c15b22bd /configure
parente4230c554c8314a8c9929e69203e04492db7e823 (diff)
downloadmpv-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-xconfigure1
1 files changed, 0 insertions, 1 deletions
diff --git a/configure b/configure
index 7cb02ab29c..ce5faaf432 100755
--- a/configure
+++ b/configure
@@ -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&/')"