Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 539804

Summary: media-video/libav-11.2 should honor EXTRA_ECONF
Product: Gentoo Linux Reporter: Austin S. Hemmelgarn <ahferroin7>
Component: [OLD] LibraryAssignee: Gentoo Media-video project <media-video>
Status: RESOLVED INVALID    
Severity: normal Keywords: PATCH
Priority: Normal    
Version: unspecified   
Hardware: All   
OS: All   
Whiteboard:
Package list:
Runtime testing required: ---
Bug Depends on:    
Bug Blocks: 541664    
Attachments: Quick fix to honor EXTRA_ECONF

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.