[MPlayer-dev-eng] [PATCH] mplayer doesn't compile with static libsmbclient from samba 3.x

Bernhard Rosenkraenzer bero at arklinux.org
Sun Oct 19 22:16:23 CEST 2003


SSIA - libsmbclient from samba 3.0.1 needs an extra -lnsl when used as a 
static library.

mplayer's configure checks for this behaviour, but then overwrites the 
findings of the check a couple of lines later.

Patch attached.

LLaP
bero

-- 
Ark Linux - Linux for the masses
http://www.arklinux.org/

Redistribution and processing of this message is subject to
http://www.arklinux.org/terms.php
-------------- next part --------------
--- mplayer/configure.samba	2003-10-19 22:06:56.000000000 +0200
+++ mplayer/configure	2003-10-19 22:13:53.000000000 +0200
@@ -2578,7 +2578,6 @@
 fi
 
 if test "$_smbsupport" = yes; then
-    _ld_smb="-lsmbclient"
     _def_smbsupport="#define LIBSMBCLIENT"
     _inputmodules="smb $_inputmodules"
 else


More information about the MPlayer-dev-eng mailing list