Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 539804 - media-video/libav-11.2 should honor EXTRA_ECONF
Summary: media-video/libav-11.2 should honor EXTRA_ECONF
Status: RESOLVED INVALID
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Library (show other bugs)
Hardware: All All
: Normal normal (vote)
Assignee: Gentoo Media-video project
URL:
Whiteboard:
Keywords: PATCH
Depends on:
Blocks: 541664
  Show dependency tree
 
Reported: 2015-02-11 17:43 UTC by Austin S. Hemmelgarn
Modified: 2015-05-04 12:40 UTC (History)
0 users

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


Attachments
Quick fix to honor EXTRA_ECONF (file_539804.txt,368 bytes, text/plain)
2015-02-11 17:43 UTC, Austin S. Hemmelgarn
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Austin S. Hemmelgarn 2015-02-11 17:43:02 UTC
Created attachment 396194 [details]
Quick fix to honor EXTRA_ECONF

When building media-video/libav, the ebuild fails to honor the contents of the EXTRA_ECONF variable.  Based on examination of the ebuild, it appears that this is due to it not using econf, and also not explicitly adding "${EXTRA_ECONF}" to the options that it passes to ./configure

I've attached a patch for the ebuild for =media-video/libav-11.2 that resolves this issue in the simplest way possible.
Comment 1 Luca Barbato gentoo-dev 2015-05-04 12:40:50 UTC
EXTRA_LIBAV_CONF is provided since the configure script is not autotools based so options such as `-q` would not work.

Thanks to Alexis for reminding me.