mod_php_install.sh: fix list of required compiler packages.
This commit is contained in:
@@ -278,7 +278,7 @@ _required_compiler_packages="$_required_compiler_packages
|
|||||||
cpp
|
cpp
|
||||||
flex
|
flex
|
||||||
g++
|
g++
|
||||||
g++-
|
g++-multilib
|
||||||
gcc
|
gcc
|
||||||
gcc-multilib
|
gcc-multilib
|
||||||
gettext
|
gettext
|
||||||
@@ -291,7 +291,6 @@ _required_compiler_packages="$_required_compiler_packages
|
|||||||
libssl-dev
|
libssl-dev
|
||||||
libtool
|
libtool
|
||||||
make
|
make
|
||||||
multilib
|
|
||||||
pkg-config"
|
pkg-config"
|
||||||
|
|
||||||
# - Needed to build apache webserver with php/ruby support
|
# - Needed to build apache webserver with php/ruby support
|
||||||
|
|||||||
Reference in New Issue
Block a user