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 761730 - autotools: Pass --disable-Werror before, not after, user flags
autotools: Pass --disable-Werror before, not after, user flags
Status: RESOLVED FIXED
Product: jhbuild
Classification: Infrastructure
Component: general
unspecified
Other All
: Normal normal
: ---
Assigned To: Jhbuild maintainers
Jhbuild QA
Depends on:
Blocks:
 
 
Reported: 2016-02-08 20:37 UTC by Michael Catanzaro
Modified: 2016-02-10 14:09 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
autotools: Pass --disable-Werror before, not after, user flags (1.13 KB, patch)
2016-02-08 20:37 UTC, Michael Catanzaro
committed Details | Review

Description Michael Catanzaro 2016-02-08 20:37:36 UTC
I want to be able to module_autogenargs['epiphany'] = '--enable-Werror'
which currently does not work because JHBuild passes --disable-Werror
after the user flags.
Comment 1 Michael Catanzaro 2016-02-08 20:37:40 UTC
Created attachment 320652 [details] [review]
autotools: Pass --disable-Werror before, not after, user flags
Comment 2 Philip Withnall 2016-02-10 09:45:30 UTC
Review of attachment 320652 [details] [review]:

Looks good to me.
Comment 3 Michael Catanzaro 2016-02-10 14:09:50 UTC
Attachment 320652 [details] pushed as d756eca - autotools: Pass --disable-Werror before, not after, user flags