diff --git a/package.yml b/package.yml index 458a593..ef4dd8c 100644 --- a/package.yml +++ b/package.yml @@ -20,7 +20,7 @@ setup : | autoreconf -f -i - # Optimization flags for the `%configure` macro compilation break the service's stability, so the default call is used. + # Optimization flags for the `configure` macro compilation break the service's stability, so the default call is used. ./configure \ --prefix=/usr \ --sbindir=/usr/bin \ @@ -34,7 +34,7 @@ setup : | build : | cd openslp - %make + %make -j`nproc` # Preparation of man pages gzip -c $pkgfiles/man/en/slptool.1 > slptool.1.gz.en