Commit c14ad70e authored by Łukasz Nowak's avatar Łukasz Nowak

Use locally provided zlib.

parent 24e2ae24
......@@ -26,3 +26,6 @@ patches = ${xtrabackup-build-patch-download:location}/${xtrabackup-build-patch-d
patch-options = -p1
location = ${buildout:parts-directory}/${:_buildout_section_name_}
configure-command = utils/build.sh innodb51_builtin ${:location}
environment =
CPPFLAGS =-I${zlib:location}/include
LDFLAGS =-L${zlib:location}/lib -Wl,-rpath -Wl,${zlib:location}/lib
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment