[MPlayer-dev-eng] [PATCH] -lssl in -lsmbclient
Torinthiel
torinthiel at megapolis.pl
Mon Feb 28 11:57:41 CET 2005
As I've posted before libsmbclient sometimes requires libssl. Currently
configure doesn't check for that, and fails to detect libsmbclient.
Attached patch takes care of that - as I've posted it before and
received no negative comments I'll apply that in a few days.
Torinthiel
--
Waclaw "Torinthiel" Schiller GG#: 542916, 3073512
torinthiel(at)megapolis(dot)pl
gpg: B06901F1 fpr: FAA3 559F CAE9 34DE CDC8 7346 2B6E 39F2 B069 01F1
"No classmates may be used during this examination"
-------------- next part --------------
Index: configure
===================================================================
RCS file: /cvsroot/mplayer/main/configure,v
retrieving revision 1.971
diff -u -r1.971 configure
--- configure 27 Feb 2005 04:25:10 -0000 1.971
+++ configure 28 Feb 2005 10:53:02 -0000
@@ -3229,6 +3229,11 @@
if cc_check -lsmbclient $_ld_dl -lnsl ; then
_smbsupport=yes
_ld_smb="-lsmbclient $_ld_dl -lnsl"
+ else
+ if cc_check -lsmbclient $_ld_dl -lssl -lnsl ; then
+ _smbsupport=yes
+ _ld_smb="-lsmbclient $_ld_dl -lssl -lnsl"
+ fi
fi
fi
fi
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 189 bytes
Desc: not available
URL: <http://lists.mplayerhq.hu/pipermail/mplayer-dev-eng/attachments/20050228/c978f869/attachment.pgp>
More information about the MPlayer-dev-eng
mailing list