0
0
mirror of https://github.com/mpv-player/mpv.git synced 2024-09-20 12:02:23 +02:00

QNX does not support -rdynamic.

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@12238 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
diego 2004-04-19 20:09:33 +00:00
parent 6b3b406407
commit 9fcd066cc0

2
configure vendored
View File

@ -5820,7 +5820,7 @@ fi
# (FIXME: 'echocheck "dynamic linking"' above and modify here accordingly)
_ld_dl_dynamic=''
bsd && _ld_dl_dynamic='-rdynamic'
if test "$_real" = yes || test "$_xanim" = yes && not win32 ; then
if test "$_real" = yes || test "$_xanim" = yes && not win32 && not qnx ; then
_ld_dl_dynamic='-rdynamic'
fi