After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 740081 - libnice: Fix RAND_bytes symbol collision with openssl
libnice: Fix RAND_bytes symbol collision with openssl
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: cerbero
git master
Other Linux
: Normal normal
: 1.5.1
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2014-11-13 21:36 UTC by Nirbheek Chauhan
Modified: 2014-11-20 09:53 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Fix RAND_bytes symbol collision with openssl (3.15 KB, patch)
2014-11-13 21:36 UTC, Nirbheek Chauhan
committed Details | Review

Description Nirbheek Chauhan 2014-11-13 21:36:30 UTC
Created attachment 290659 [details] [review]
Fix RAND_bytes symbol collision with openssl

Import patch from upstream to fix this. It's impossible to link libnice and openssl together otherwise.
Comment 1 Sebastian Dröge (slomo) 2014-11-20 09:53:16 UTC
commit d851105566ae2d9d1bc45c65925133f968e19995
Author: Nirbheek Chauhan <nirbheek@centricular.com>
Date:   Thu Nov 13 20:05:30 2014 +0530

    libnice: Fix RAND_bytes symbol collision with openssl
    
    Patch taken from upstream
    
    https://bugzilla.gnome.org/show_bug.cgi?id=740081