https://bugs.winehq.org/show_bug.cgi?id=51918 --- Comment #14 from Patrick <patrick+winehq.org(a)laimbock.com> --- (In reply to Michael Cronenworth from comment #13)
Yes, the fixes work under Fedora, too. Thanks, Patrick.
Glad to be of help.
It's unfortunate that the jobserver functionality is not working. Any ideas on what is breaking it?
Limited knowledge here but based on yesterday's jobserver bugfix in OpenLDAP and a quick look on SO & in the code, there are a lot of hardcoded instances of 'make -jX'. AFAICT those should be replaced with $(MAKE). And there's: $ grep -R '$MAKEOPTS' . ./wine/make_package: echo "mk_add_options MOZ_MAKE_FLAGS=\"$MAKEOPTS\""
$config_file ./wine/make_package: MOZCONFIG=$build_dir/mozconfig make $MAKEOPTS -C $build_dir ./wine/make_package: MOZCONFIG=$build_dir/mozconfig make $MAKEOPTS -C $build_dir/browser/installer
-- Do not reply to this email, post in Bugzilla using the above URL to reply. You are receiving this mail because: You are watching all bug changes.