Skip to content

Commit 130ae40

Browse files
committed
don't use parallel make
1 parent 1f48166 commit 130ae40

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/install_setup_postgis.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ fi
6464
./autogen.sh
6565
echo "Configure options for PostGIS $CONFIGURE_OPTIONS"
6666
./configure $CONFIGURE_OPTIONS
67-
make PATH=$PATH -j
67+
make PATH=$PATH
6868
make PATH=$PATH install
6969

7070
popd

0 commit comments

Comments
 (0)