Whenever it is possible, you should run make this way:
make %{PARALLELISMFLAGS}
Which will add something like -j3
to the make
command line to speed up builds. If your package does not support parallel builds, reset PARALLELISMFLAGS
to an empty value to disable parallel builds.
Pakfire calculates a good value for the parallelism by itself.