diff --git a/src/SPC/store/pkg/PkgConfig.php b/src/SPC/store/pkg/PkgConfig.php index eb8690c3..6935a8fc 100644 --- a/src/SPC/store/pkg/PkgConfig.php +++ b/src/SPC/store/pkg/PkgConfig.php @@ -82,11 +82,11 @@ class PkgConfig extends CustomPackage ->appendEnv($env)->cd($srcdir); $shell->exec( "./configure --prefix='{$prefix}' " . - '--with-internal-glib '. - '--disable-host-tool '. - '--without-sysroot '. - '--without-system-include-path '. - '--without-system-library-path '. + '--with-internal-glib ' . + '--disable-host-tool ' . + '--without-sysroot ' . + '--without-system-include-path ' . + '--without-system-library-path ' . '--without-pc-path', ); $shell->exec('make -j' . (getenv('SPC_CONCURRENCY') ?: '1'));