php: update to 5.6.6.
This commit is contained in:
parent
5940fdc095
commit
26837c2859
1 changed files with 7 additions and 14 deletions
|
@ -1,7 +1,7 @@
|
||||||
# Template build file for 'php'
|
# Template build file for 'php'
|
||||||
pkgname=php
|
pkgname=php
|
||||||
version=5.6.4
|
version=5.6.6
|
||||||
revision=4
|
revision=1
|
||||||
short_desc="An HTML-embedded scripting language"
|
short_desc="An HTML-embedded scripting language"
|
||||||
license="PHP"
|
license="PHP"
|
||||||
homepage="http://www.php.net"
|
homepage="http://www.php.net"
|
||||||
|
@ -12,23 +12,15 @@ makedepends="postgresql-libs-devel libldap-devel libvpx-devel sqlite-devel
|
||||||
aspell-devel libltdl-devel libpng-devel libjpeg-turbo-devel icu-devel>=54
|
aspell-devel libltdl-devel libpng-devel libjpeg-turbo-devel icu-devel>=54
|
||||||
libcurl-devel libxslt-devel libressl-devel>=2.1.3 bzip2-devel zlib-devel db-devel
|
libcurl-devel libxslt-devel libressl-devel>=2.1.3 bzip2-devel zlib-devel db-devel
|
||||||
gmp-devel gdbm-devel freetype-devel apache-devel tidy-devel
|
gmp-devel gdbm-devel freetype-devel apache-devel tidy-devel
|
||||||
readline-devel>=6.3 libmysqlclient-devel"
|
readline-devel>=6.3 libmysqlclient-devel $(vopt_if systemd systemd-devel)"
|
||||||
conf_files="/etc/php/php.ini"
|
conf_files="/etc/php/php.ini"
|
||||||
distfiles="http://www.php.net/distributions/php-${version}.tar.gz"
|
distfiles="http://www.php.net/distributions/php-${version}.tar.gz"
|
||||||
checksum=9c318f10af598e3d0b306a00860cfeb13c34024a9032a59ff53e3cd3c7791e97
|
checksum=164fb27bab0a0ca4902bc67d5f5638e43466c88153aee3b54546d8ec682ec03b
|
||||||
|
|
||||||
nocross=yes
|
|
||||||
lib32disabled=yes
|
|
||||||
|
|
||||||
# Package build options
|
# Package build options
|
||||||
build_options="systemd"
|
build_options="systemd"
|
||||||
|
nocross=yes
|
||||||
if [ "$build_option_systemd" ]; then
|
lib32disabled=yes
|
||||||
configure_args+=" --with-fpm-systemd"
|
|
||||||
makedepends+=" systemd-devel"
|
|
||||||
else
|
|
||||||
configure_args+=" --without-fpm-systemd"
|
|
||||||
fi
|
|
||||||
|
|
||||||
do_build() {
|
do_build() {
|
||||||
local _phpconfig="--srcdir=.. \
|
local _phpconfig="--srcdir=.. \
|
||||||
|
@ -98,6 +90,7 @@ do_build() {
|
||||||
--with-xsl=shared \
|
--with-xsl=shared \
|
||||||
--with-tidy=shared \
|
--with-tidy=shared \
|
||||||
--with-zlib \
|
--with-zlib \
|
||||||
|
$(vopt_with systemd fpm-systemd) \
|
||||||
${configure_args} \
|
${configure_args} \
|
||||||
"
|
"
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue