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
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Jean-Paul Smets
slapos
Commits
4ea47195
Commit
4ea47195
authored
Mar 28, 2012
by
Cédric de Saint Martin
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
PHP : Add explicit dependency to bzip2
parent
8623f739
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
3 deletions
+6
-3
component/apache-php/buildout.cfg
component/apache-php/buildout.cfg
+6
-3
No files found.
component/apache-php/buildout.cfg
View file @
4ea47195
...
@@ -3,6 +3,7 @@ parts = apache-php
...
@@ -3,6 +3,7 @@ parts = apache-php
extends =
extends =
../apache/buildout.cfg
../apache/buildout.cfg
../bzip2/buildout.cfg
../cclient/buildout.cfg
../cclient/buildout.cfg
../curl/buildout.cfg
../curl/buildout.cfg
../freetype/buildout.cfg
../freetype/buildout.cfg
...
@@ -26,6 +27,7 @@ configure-options =
...
@@ -26,6 +27,7 @@ configure-options =
--with-libxml-dir=${libxml2:location}
--with-libxml-dir=${libxml2:location}
--with-mysql=${mariadb:location}
--with-mysql=${mariadb:location}
--with-zlib-dir=${zlib:location}
--with-zlib-dir=${zlib:location}
--with-bz2-dir=${bzip2:location}
--with-mcrypt=${libmcrypt:location}
--with-mcrypt=${libmcrypt:location}
--with-gd
--with-gd
--with-jpeg-dir=${libjpeg:location}
--with-jpeg-dir=${libjpeg:location}
...
@@ -48,12 +50,13 @@ configure-options =
...
@@ -48,12 +50,13 @@ configure-options =
--enable-session
--enable-session
--enable-exif
--enable-exif
--enable-zip
--enable-zip
--enable-bz2
--enable-ftp
--enable-ftp
environment =
environment =
PKG_CONFIG_PATH=${libxml2:location}/lib/pkgconfig:${openssl:location}/lib/pkgconfig
PKG_CONFIG_PATH=${libxml2:location}/lib/pkgconfig:${openssl:location}/lib/pkgconfig
PATH=${pkgconfig:location}/bin:${libxml2:location}/bin:%(PATH)s
PATH=${pkgconfig:location}/bin:${
bzip2:location}/bin:${
libxml2:location}/bin:%(PATH)s
LDFLAGS =-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${libmcrypt:location}/lib -Wl,-rpath -Wl,${libmcrypt:location}/libblkid
LDFLAGS =-L${
bzip2:location}/lib -Wl,-rpath -Wl,${bzip2: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${libmcrypt:location}/lib -Wl,-rpath -Wl,${libmcrypt:location}/libblkid
[libmcrypt]
[libmcrypt]
...
@@ -64,4 +67,4 @@ md5sum = c4f491dd411a09e9de3b8702ea6f73eb
...
@@ -64,4 +67,4 @@ md5sum = c4f491dd411a09e9de3b8702ea6f73eb
[xml-rpc]
[xml-rpc]
recipe = hexagonit.recipe.cmmi
recipe = hexagonit.recipe.cmmi
url = http://downloads.sourceforge.net/project/phpxmlrpc/phpxmlrpc/2.2.2/xmlrpc-2.2.2.tar.gz
url = http://downloads.sourceforge.net/project/phpxmlrpc/phpxmlrpc/2.2.2/xmlrpc-2.2.2.tar.gz
md5sum = 59a644c636c6d98267d0c99b406ae9e8
md5sum = 59a644c636c6d98267d0c99b406ae9e8
\ No newline at end of file
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