mirror of
https://github.com/mpv-player/mpv
synced 2025-03-03 20:57:45 +00:00
X11 can use pthread (fixes --enable-static)
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16313 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
8cf83567d4
commit
5580ea1fcb
2
configure
vendored
2
configure
vendored
@ -3536,7 +3536,7 @@ EOF
|
||||
_x11_paths="/usr/X11R6/lib /usr/lib/X11R6 /usr/X11/lib /usr/lib32 /usr/openwin/lib /usr/X11R6/lib64 /usr/lib"
|
||||
fi
|
||||
for I in $_x11_paths ; do
|
||||
_ld_x11="-L$I -lXext -lX11 $_ld_sock"
|
||||
_ld_x11="-L$I -lXext -lX11 $_ld_sock $_ld_pthread"
|
||||
if netbsd; then
|
||||
_ld_x11="$_ld_x11 -Wl,-R$I"
|
||||
fi
|
||||
|
Loading…
Reference in New Issue
Block a user