mirror of https://github.com/mpv-player/mpv
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:
parent
e4230c554c
commit
dbc9a080f4
|
@ -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&/')"
|
||||
|
|
Loading…
Reference in New Issue