http://bugzilla.suse.com/show_bug.cgi?id=1091864 http://bugzilla.suse.com/show_bug.cgi?id=1091864#c6 Fabian Vogt <fvogt@suse.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |simonf.lees@suse.com Flags| |needinfo?(simonf.lees@suse. | |com) --- Comment #6 from Fabian Vogt <fvogt@suse.com> --- (In reply to Fabian Vogt from comment #5)
(In reply to Marcus Rückert from comment #4)
yeah but the %__builder defaults to "make" no?
so we could avoid having to use yet another macro for it.
Yes, but there is a slim chance that that could break some builds.
Qt 5.11 is checked in, so I'll do a submission and see what breaks.
Everything, as it turns out. The %make_jobs from macros.cmake does not accept arguments. %make_jobs -C build ends up as %if "/usr/bin/make" == "/usr/bin/make" /usr/bin/make -j8 VERBOSE=1 %else ninja -v -j8 %endif -C asdf That needs to be fixed. While you're at it - can you move the file from /etc/rpm/macros.cmake to /usr/lib/rpm/macros.d/cmake? -- You are receiving this mail because: You are on the CC list for the bug.