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 754881 - libiconv is already provided by OSX and iOS
libiconv is already provided by OSX and iOS
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: cerbero
git master
Other Linux
: Normal normal
: 1.5.91
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2015-09-11 13:01 UTC by Matthew Waters (ystreet00)
Modified: 2015-09-14 07:35 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
recipes: don't build libiconv on OSX/iOS (3.99 KB, patch)
2015-09-11 13:04 UTC, Matthew Waters (ystreet00)
committed Details | Review

Description Matthew Waters (ystreet00) 2015-09-11 13:01:10 UTC
see commit message
Comment 1 Matthew Waters (ystreet00) 2015-09-11 13:04:43 UTC
Created attachment 311143 [details] [review]
recipes: don't build libiconv on OSX/iOS
Comment 2 Matthew Waters (ystreet00) 2015-09-14 07:34:47 UTC
Comment on attachment 311143 [details] [review]
recipes: don't build libiconv on OSX/iOS

commit f7f78d497eef9c658c321feea83a38dd5f4557e3
Author: Matthew Waters <matthew@centricular.com>
Date:   Fri Sep 11 22:17:21 2015 +1000

    recipes: don't build libiconv on OSX/iOS
    
    - It's provided by the relevant SDK's already
    - cerbero builds a more recent version of libiconv that has a
      different major version according to the dylib versioning scheme.
    - linking with another library or framework that depends on the
      provided libiconv (e.g. Qt) will fail due to a version mismatch.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=754881