Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
slapos
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Labels
Merge Requests
105
Merge Requests
105
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Jobs
Commits
Open sidebar
nexedi
slapos
Commits
4e9941b2
Commit
4e9941b2
authored
May 13, 2022
by
Alain Takoudjou
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
apache-php: version up 7.4
version up also for some dependencies
parent
7b5b1967
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
21 additions
and
19 deletions
+21
-19
component/apache-php/buildout.cfg
component/apache-php/buildout.cfg
+21
-19
No files found.
component/apache-php/buildout.cfg
View file @
4e9941b2
...
...
@@ -24,11 +24,14 @@ extends =
../icu/buildout.cfg
../openssl/buildout.cfg
../libnsl/buildout.cfg
../gmp/buildout.cfg
../sqlite3/buildout.cfg
../oniguruma/buildout.cfg
[php-redis]
recipe = slapos.recipe.cmmi
url = https://github.com/phpredis/phpredis/archive/5.
0.0
.tar.gz
md5sum =
4f11e0567a10c29394aae52a4fa8bb40
url = https://github.com/phpredis/phpredis/archive/5.
3.7
.tar.gz
md5sum =
38d5f9db6696b26a4b07970ab0421b0c
configure-command =
phpize && ./configure
environment =
...
...
@@ -36,6 +39,8 @@ environment =
[php-imagick]
recipe = slapos.recipe.cmmi
#url = https://github.com/Imagick/imagick/archive/3.7.0.tar.gz
#md5sum = ec06fc9beb68cbd524abfa8317ff5bf5
url = https://github.com/Imagick/imagick/archive/3.4.4.tar.gz
md5sum = ef6cbadd834eb306bd91874a8f5dea03
configure-command =
...
...
@@ -49,8 +54,8 @@ environment =
[php-apcu]
recipe = slapos.recipe.cmmi
url = https://github.com/krakjoe/apcu/archive/v5.1.
17
.tar.gz
md5sum =
f64b6cd5108aea63df2d5cc301c58b2b
url = https://github.com/krakjoe/apcu/archive/v5.1.
21
.tar.gz
md5sum =
032ef434e2a14942f76b51acaf67fec7
configure-command =
phpize && ./configure
configure-options =
...
...
@@ -65,33 +70,31 @@ shared = false
[apache-php]
recipe = slapos.recipe.cmmi
url = https://www.php.net/distributions/php-7.
3.6
.tar.bz2
md5sum =
bde9a912fb311182cd460dad1abbc247
url = https://www.php.net/distributions/php-7.
4.29
.tar.bz2
md5sum =
419c5cd2fbdd122ce862350609ba4e51
configure-options =
--prefix=${buildout:parts-directory}/${:_buildout_section_name_}
--with-apxs2=${apache:location}/bin/apxs
--with-libxml-dir=${libxml2:location}
--with-mysql=${mariadb:location}
--with-zlib-dir=${zlib:location}
--with-bz2=${bzip2:location}
--with-gd
--with-jpeg-dir=${libjpeg:location}
--with-png-dir=${libpng:location}
--enable-gd-native-ttf
--with-freetype-dir=${freetype:location}
--enable-gd
--with-jpeg
--with-freetype
--with-pdo-mysql=mysqlnd
--with-mysqli=mysqlnd
--with-curl
=${curl:location}
--with-curl
--with-imap=${cclient:location}
--with-iconv-dir=${libiconv:location}
--with-gettext=${gettext:location}
--with-ldap=${openldap:location}
--with-imap-ssl
--with-openssl=${openssl:location}
--with-libzip=${libzip:location}
--with-icu-dir=${icu:location}
--with-password-argon2=${argon2:location}
--with-gmp=${gmp:location}
--with-zlib=${zlib:location}
--with-zip
--enable-apcu-bc
--enable-bcmath
--enable-intl
--enable-libxml
--enable-json
...
...
@@ -100,7 +103,6 @@ configure-options =
--enable-session
--enable-exif
--enable-ftp
--enable-zip
--disable-zend-test
--disable-static
...
...
@@ -109,10 +111,10 @@ configure-options =
# XXX we could mkdir tmp there
environment =
PKG_CONFIG_PATH=${
libxml2:location}/lib/pkgconfig:${openssl:location}/lib/pkgconfig:${libzip
:location}/lib/pkgconfig
PKG_CONFIG_PATH=${
zlib:location}/lib/pkgconfig:${oniguruma:location}/lib/pkgconfig:${icu:location}/lib/pkgconfig:${curl:location}/lib/pkgconfig:${sqlite3:location}/lib/pkgconfig:${libxml2:location}/lib/pkgconfig:${openssl:location}/lib/pkgconfig:${libzip:location}/lib/pkgconfig:${libpng:location}/lib/pkgconfig:${libjpeg:location}/lib/pkgconfig:${freetype
:location}/lib/pkgconfig
PATH=${pkgconfig:location}/bin:${bzip2:location}/bin:${libxml2:location}/bin:%(PATH)s
CPPFLAGS=-I${libzip:location}/include
LDFLAGS=-L${bzip2:location}/lib -Wl,-rpath -Wl,${bzip2:location}/lib -Wl,-rpath -Wl,${curl:location}/lib -L${libtool:location}/lib -Wl,-rpath -Wl,${libtool:location}/lib -L${mariadb:location}/lib -Wl,-rpath -Wl,${mariadb:location}/lib -L${zlib:location}/lib -Wl,-rpath -Wl,${zlib:location}/lib -L${libzip:location}/lib -Wl,-rpath -Wl,${libzip:location}/lib -L${argon2:location}/lib/x86_64-linux-gnu -Wl,-rpath -Wl,${argon2:location}/lib/x86_64-linux-gnu -Wl,-rpath -Wl,${zstd:location}/lib -L${libnsl:location}/lib -Wl,-rpath -Wl,${libnsl:location}/lib
LDFLAGS=-L${bzip2:location}/lib -Wl,-rpath -Wl,${bzip2:location}/lib -Wl,-rpath -Wl,${curl:location}/lib -L${libtool:location}/lib -Wl,-rpath -Wl,${libtool:location}/lib -L${mariadb:location}/lib -Wl,-rpath -Wl,${mariadb:location}/lib -L${zlib:location}/lib -Wl,-rpath -Wl,${zlib:location}/lib -L${libzip:location}/lib -Wl,-rpath -Wl,${libzip:location}/lib -L${argon2:location}/lib/x86_64-linux-gnu -Wl,-rpath -Wl,${argon2:location}/lib/x86_64-linux-gnu -Wl,-rpath -Wl,${zstd:location}/lib -L${libnsl:location}/lib -Wl,-rpath -Wl,${libnsl:location}/lib
-L${libpng:location}/lib -Wl,-rpath -Wl,${libpng:location}/lib
TMPDIR=${buildout:parts-directory}/${:_buildout_section_name_}
HOME=${apache:location}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment