12 Dec
2022
12 Dec
'22
12:00
On 12.12.22 10:28, Andreas Schwab wrote:
On Dez 12 2022, Johannes Kastl wrote:
TL;DR: Is it possible to to un-define a %_with_XXX at project level in the prjconf?
No. The prjconf format (which follows the format of an RPM macro file, see `Configuration using Macros' in <https://rpm-software-management.github.io/rpm/manual/macros.html>) does not have a way to undefine predefined or previously defined macros. You can only redefine a macro, possible with an empty value (which won't help in your case).
%define %_with_foo %{nil} might help. -- Stefan Seyfried "For a successful technology, reality must take precedence over public relations, for nature cannot be fooled." -- Richard Feynman