Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 589012 - www-servers/uwsgi: USE=yaml does not enable libyaml support
Summary: www-servers/uwsgi: USE=yaml does not enable libyaml support
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Ultrabug
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-07-17 17:11 UTC by Dustin C. Hatch
Modified: 2016-10-04 16:19 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments
Enable LibYAML (uwsgi-libyaml.patch,542 bytes, patch)
2016-07-17 17:11 UTC, Dustin C. Hatch
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Dustin C. Hatch 2016-07-17 17:11:09 UTC
Created attachment 440950 [details, diff]
Enable LibYAML

Although setting USE=yaml adds a dependency on dev-libs/libyaml, it does not actually enable support for it. Setting `yaml = true` in the build configuration file enables the built-in pseudo-YAML parser. To enable the LibYAML parser, the setting needs to be `yaml = libyaml`
Comment 1 Ultrabug gentoo-dev 2016-10-04 16:19:36 UTC
Sorry Dustin for the delay and thank you for catching this.

It's in tree since 2.0.14 !