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

component/libxml2: Extend PATH to make xzcat available

parent fdc7dedf
......@@ -5,6 +5,7 @@
extends =
../perl/buildout.cfg
../zlib/buildout.cfg
../xz-utils/buildout.cfg
parts =
libxml2
......@@ -20,5 +21,5 @@ configure-options =
--without-lzma
--with-zlib=${zlib:location}
environment =
PATH=${perl:location}/bin:%(PATH)s
PATH=${perl:location}/bin:${xz-utils:location}/bin:%(PATH)s
LDFLAGS=-Wl,-rpath=${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