Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 21 Jul 2014 13:18:33 +0000
From:      bugzilla-noreply@freebsd.org
To:        freebsd-ports-bugs@FreeBSD.org
Subject:   [Bug 191997] [patch] multimedia/vlc: SMB option with linker error
Message-ID:  <bug-191997-13-vZx1g3aEhQ@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-191997-13@https.bugs.freebsd.org/bugzilla/>
References:  <bug-191997-13@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=191997

Tijl Coosemans <tijl@FreeBSD.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |tijl@FreeBSD.org

--- Comment #1 from Tijl Coosemans <tijl@FreeBSD.org> ---
I believe this is actually a bug the samba-libsmbclient port.  It installs
/usr/local/libdata/pkgconfig/smbclient.pc and that file contains these two
lines:

#Libs: -L/usr/local/lib -lsmbclient
Libs: -lsmbclient

Remove # from the first line and add # to the second line.  Then try to build
vlc again without your Makefile modification.

-- 
You are receiving this mail because:
You are the assignee for the bug.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-191997-13-vZx1g3aEhQ>