autospec icon indicating copy to clipboard operation
autospec copied to clipboard

How to remove wrong configure flags

Open RobertBuhren opened this issue 6 years ago • 1 comments

Hi, creating an ffmpeg package fails in the configure step because of an unknown flag. I know I can ADD additional flags using a 'configure' file, but how can I remove a flag?

Thanks in advance!

Robert

RobertBuhren avatar May 30 '19 08:05 RobertBuhren

Hi, apologies for the delayed response.

Removing a configure flag is not currently possible, but I agree that autospec needs to provide a solution here. The current interaction with the clr-rpm-config package in Clear Linux OS may prove to be especially challenging...

As a workaround, I would suggest to patch the configure script to ignore unknown options.

phmccarty avatar Jan 07 '20 02:01 phmccarty