Pass prefix options to make in source.sh
This commit is contained in:
parent
12b88cf3e2
commit
ba21a89e0b
1 changed files with 1 additions and 1 deletions
|
|
@ -152,7 +152,7 @@ add_extension_from_source() {
|
|||
patch_extension "$extension" >/dev/null 2>&1
|
||||
run_group "phpize" "phpize"
|
||||
run_group "sudo $prefix_opts ./configure $suffix_opts $opts" "configure"
|
||||
run_group "sudo make -j$(nproc 2>/dev/null || sysctl -n hw.ncpu)" "make"
|
||||
run_group "sudo $prefix_opts make -j$(nproc 2>/dev/null || sysctl -n hw.ncpu)" "make"
|
||||
run_group "sudo make install" "make install"
|
||||
enable_extension "$extension" "$prefix"
|
||||
fi
|
||||
|
|
|
|||
Loading…
Reference in a new issue