Ups, sorry, you need to pass -j $(NUMJOBS) to the build command, not to
configure.
regards
hermann
___
pkg-multimedia-maintainers mailing list
pkg-multimedia-maintainers@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/p
If you use the DEB_BUILD_OPTIONS=parallel flag, you must past the
$(NUMJOBS) somehow to the waf configure flags.
https://www.debian.org/doc/debian-policy/ch-source.html#s-debianrules-options
guitarix wscript accept the -j$(NUMJOBS) parameter.
regards
hermann
___
Package: guitarix
Version: 0.34.0-2
Severity: normal
Tags: upstream
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512
When building with DEB_BUILD_OPTIONS=parallel (which uses -j JOBS),
it doesn't honor the specified job number.
For example, with DEB_BUILD_OPTIONS=parallel=3, it will use the
maxim