autospec
autospec copied to clipboard
How to remove wrong configure flags
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
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.